Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.check_win_last_update.ps1





Script to calculate the Days since last Windows Update which is understandable for every Manager :-} should be called via NRPE/NSClient++ inspired by bratislav.stojkovic@gmail.com check_win_lastupdate.vbs but with using Microsoft.Update.Session instea ...
check_win_dedup_status.ps1





Script to check if Windows DeDuplication is enabled for all fixed Disks except C: and to Summarize the Savings of Windows DeDuplication Might be helpfull if you are running your calssic windows fileserver with enabled deduplication should be called v ...
check_vss_shadowstorage





The purpose of check_vss_shadowstorage.cmd is to identify any drives that are configured for storing shadow copies and identifying the maximum allowed space that VSS is allowed to use. If a drive is configured with the setting of "No limit" then you cou ...
check_vmware_server





A quick Powershell script that checks that one VM is running on VMware Server via NRPE.
check_ucd





This is a plugin that allows you to query plugins remotely via the UCD SNMP daemon. It works similarly to NRPE but via SNMP.
check_twist





A broken script to monitor the status of the Twist process through NRPE. It works fine when run locally through the shell. But when run through the NRPE sandbox it gets the "standard in must be a tty" error.
check_top





This is a Linux bash script which aggregates parent and child processes and reports the aggregate process in percent which has the highest CPU usage. In can be run on a local host, or remotely using NRPE. Usage: check_top [-w (integer warning)] [-c ...
check_time_diff





NRPE plugin to check time difference between Nagios server and monitored Linux host
check_syno_backup





This is a plugin to get Synology NAS backup job status information. It works under DSM5 and DSM6. The Python script must be run on the NAS through NRPE.
check_supervisord_programs





check_supervisord_programs extends nagios monitoring by interacting with the supervisord socket. It is written in BASH, meaning its agnostic across linux variants. Usage ./check_supervisord_program -c Alternate config file -p Prog ...
check_stratum





NTP Service Stratum Level Monitoring Script for Nagios.
This Script (v.0.1) was designed for running within nrpe daemon, to monitor remote NTP servers.
If you do not use nrpe plugin, then use patch (check_stratum.patch) by Daniel Alder.
check_storage_pool.ps1





Check Windows Storage Spaces and Status of all local disks through NSClient / NRPE Sample Output: OK: (POOL:Primordial Health:OK Operational:OK) (DISK:PhysicalDisk0 Health:OK Operational:OK) (DISK:PhysicalDisk1 Health: OK Operational:OK) (DISK:Physica ...
check_software_ver





This script was written for Nagios/NRPE. It queries Windows WMI for Software Version with optional checks for validation against specific version, plus a mismatch allowance.
check_snmp_vmfs.sh





This shell script uses the output of the "vdf" command (published via snmp to avoid check_by_ssh or NRPE) to determine the free space of a given vmfs volume as measured in GB.
check_snmp_esx_snapshots - under construction





Inspired by "jacob"'s and "lahrcm" script check_snmp_snapshot.sh. Nagios check script for vmware snapshots sizes add the following to your ESX server in the /etc/snmp/snmpd.conf and restart the snmpd deamon exec .1.3.6.1.4.1.6876.99999.2 snapshots ...
check_sites_running.sh





Check_Sites_Running.sh (sites running under TOMCAT) This is my first Bash script, let alone first Nagios Script, so please excuse any errors, and I welcome advice. I wrote this script as I didn't have access to the management console for Tomcat with ...
check_serviceaut





# check_serviceaut
Plugin for nagios to check service status and autostart if service is stopped.
Plugin para Nagios que chequea el estado del servicio y lo arranca de forma automática si esta parado.
1.- Define command in /usr/local/nagios/etc ...
check_riak_diag.pl (Advanced Nagios Plugins Collection)





Checks Riak diagnostics. Raises Critical or Warning if any such diagnostics are found, outputs the number of critical, warning and notice diagnostics. Designed to be run on each Riak node via NRPE
Check_Ram on Linux 32-bit and 64-bit systems





Checks the ram usage on the local machine, good for remote checks using nrpe. Works on 32-bit and 64-bit Linux systems.