Linux

Nagios plugins for monitoring Linux systems.

Showing 277-288 of 334 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
This script checks the 4 values found in the output of ifconfig RX Errors, TX Errors, RX dropped, TX dropped. It assumes that if the…
This is not a conventional plugin, in that it always returns OK, Actually, it is more of an idea than a normal check-plugin. The idea…
Usage: check_heartbeat_link -p path -n node name -x exclude node --debug Options: -n STRING [ Hostname of our node. ] -p STRING [ Path to…
Documentation Checks a Gentoo system for any outstanding security updates through Portage. ./check_gentoo_portage Portage OK: 0 Security Updates Outstanding Example of security updates needed: ./check_gentoo_portage…
check_filesize_dir checks all Files in the given Directory if they are bigger than the warning or critical treshold. If bigger files are found the get…
This Perl script is used to keep an eye on the size of a file. Usage : Check_filesize.pl size criticizes size warning Example: Check_filesize.pl 2048…
check_file is a nagios plugin for checking a timestamp on a file. It uses the mtime value and localtime on the server and compares the…
This short shell script check to see if fetchmail is running in daemon mode on the local system.
This plugin is use with drbd 0.7 or higher version in order to check the consitency and availability of drbd volumes. It can check the…
+++ Usage: check_drbd [-d ] [-e expect] [-p proc] [-r role] [-o states] [-w states] [-c states] [--debug] Options: -d STRING [default: 0. Example: 0,1,2…
Checks all disks on a unix host with gnu df - so you don't have to list each and every one. You can give it…
Simple bash script, that checks is location (directory) is read/write. Get one parameter - location to check. It touches random file in location, then read…