Home > Plugins > System Metrics

System Metrics

Nagios plugins for monitoring different types of system metrics (e.g. disk, memory, cpu, etc.)

Showing 109-120 of 296 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Checks GlusterFS health on the server. Tests include: - daemons running - number of bricks online - disk space - healing status Needs some sudo…
This script will take multiple arguments and alert if a process has consumed more than x number of CPU days e.g: $ check_long_running_procs.sh -w 10…
### NAGIOS COMMANDS DEFINITION define command{ command_name check_smarttemp command_line $USER1$/contrib/check_smarttemp.sh $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ } ### NAGIOS SERVICECHECK DEFINITION define service{ use local-service…
www.datarecoverydownload.net website recommends Data recovery download software restores lost files and folder from usb drive without wasting time and valuable money. Data recovery software revives…
This plugin check cpu / ram or both for one or more process for all,one or few user. The data is put on graphs Usage:…
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 ]…
$ ./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.…