Linux

Nagios plugins for monitoring Linux systems.

Showing 325-334 of 334 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Bash shell script to check min/max size of files and/or directories. Relies on "stat" and "du", which most distributions would have. Usage: check_file_size.sh [--minwarn size]…
This plugin doesn't update the apt database, you're supposed to have a cron line that already does an apt-get update. It also needs sudo, add…
The plugin can handle trigging on either total used CPU time (default) **or** total idle CPU time. It calculates a //5 second average// for each…
I started to search on internet about such tool but without success... so with my simple knowleage about shell programming and using cli32 (tool provided…
This plugin checks sysctl oid statistics in a Linux/*BSD kernel! The script is incredibly flexible, to the point of featuritis. You will need PERL installed…
Usage Run the plugin is as follows: ./check_md_raid RAID OK: All arrays OK [1 array checked] It requires the mdadm utility which is what you…
The plugin will first try to use the sysfs (/sys) filesystem to detect bonding interfaces. If that does not work, i.e. the kernel or bonding…
Description check_ps.sh is a Nagios plugin to check a specific process via ps. You may provide any string as an argument to match a specific…
I little PHP script which gives info on running processes and different log status. I wrote this script with no special knowledge of PHP. So…
Description check_cpu.sh is a Nagios plugin to monitor CPU utilization. It makes use of /proc/stat and calculates it through Jiffies rather than using another frontend…