Home > Plugins

Plugins

Plugins allow you to monitor anything and everything with Nagios – databases, operating systems, applications, network equipment, protocols and more!

Showing 1705-1716 of 4379 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
examples: ./check_dir_files.sh -d /var/spool/escenic/newsgate/Extra/export/ -w 70 -c 100 -f OK - There are 0 files in dir /var/spool/escenic/newsgate/Extra/export/|'size'=0;70;100 usage ./check_dir_files.sh Usage: check_dir_files.sh -d|--dirname [-w|--warning ]…
Bash script to check the health of hp eva and P storage series manage by Hp command view. You need the sssu binary and appropriate…
Updated! Oct 1st. I wrote this script to monitor my Amazon EC2 servers and LoadBalancers, this script is able to get any metrics avaiable at…
This check script will get the juniper alarm state via SNMP. Yellow alarms = warning in Nagios Red alarms = critical in Nagios How to…
Usage: check_rsync_recent.sh -s user@remote/directory -d /local/backup/dir/ -c service-name-known-by-nagios -h hostname-known-by-nagios
Requirement: Monitoring host: OS Windows, NSClient++, hrconf (Adaptec Storage Manager) Monitoring server: nagios Configure NSClient++ on Windows. in file nsc.ini 1) Uncomment line: CheckExternalScripts.dll 2)…
A small and simple shell script for checking number of svn commits to a remote repository by parsing the commit log. Supports checking by the…
$ ./check_file_exists_glob -h check_file_exists_glob - Alert if a FILE does not exist. Usage: check_file_exists_glob [options] -d DIR FILE  FILE    :  The file to search for. Can glob using '*' etc, but             place file names with glob patterns within quotes.             Mandatory. The FILE must always be specified.  -d DIR  :  Base directory to search in.             Mandatory option - the DIR must always be specified.  -i      :  Invert FILE, so alert if FILE does exist.  -I      :  Alert if DIR does not exist.  -p      :  Add performance data output for graphing.  -w NUM  :  Warning alert if >=NUM files are found and invert             files '-i' is on. (Default is: 1)  -c NUM  :  Critical alert if >=NUM files are found and invert             files '-i' is on. (Default is: 1)  -h      :  Display this help text. Example:   Check that /tmp/dir/file exists.     ./check_file_exists_glob -d /tmp/dir file   Check that /tmp/dir/file does NOT exist.     ./check_file_exists_glob -d /tmp/dir -i file   Again check that /tmp/dir/file does NOT exist but this time alert   if the directory it could be found in, /tmp/dir, is missing.…
USAGE: check_sar_mempage.sh -w warn -c crit -f filtercolumn -f filtercolumn: pgpgin pgpgout fault majflt pgfree - inverted filter pgscank pgscand pgsteal