Home > Plugins > System Metrics

System Metrics

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

Showing 253-264 of 296 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Based on the check_win_snmp_disk.pl script posted here by jakubowski Benjamin, this enhanced version: * prints usage information if incorrect parameters are given * handles exceptions…
Add something like command[check_hd]=/usr/lib/nagios/plugins/check_hd $HOSTADDRESS$ public $ARG1$ $ARG2$ $ARG3$ to your command.cfg also add something like define command{ command_name check_hd command_line $USER1$/check_hd $HOSTADDRESS$ public $ARG1$…
Query the Host Resource MIB of various operating systems for cpu usage, processes and storage/volumes. These scripts have been tested against Linux and Windows XP,…
HOW TO USE Usage: check_vmio.sh [-Vhv] [-p parameter [-w threshold] [-c threshold]] Options: -h Displays this help dialog -V Displays Version and Credits -p sets…
Get uptime, optionally check against MIN and MAX uptime. This comes especially handy if you want to watch for systems which rebooted but this was…
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…
A nagios plugin script in python that calls top. This command does offer the percentage of CPU during a given interval, not for the whole…
A nagios plugin in bash that monitors a glusterfs mounted partition and detects whether the partition gets unmounted, responds slowly or gets disconnected from the…
The script is based on the original script of Steve Bosek. I have modified it so it accepts different thresholds for user/system/iowait and prints output…
This script checks all mounted filesystems. The script can be passed variables for warning, critical, and configuration file location but if you don't pass it…
See http://www.sysadminsjourney.com/content/2009/06/04/new-and-improved-checkmempl-nagios-plugin for up to date information, and examples.