/nagios-nrpe-checks

Favourite nagios nrpe command and plugins

Primary LanguagePerl

nagios-nrpe-checks

List of nagios commands I usually include to monitor remote machines via NRPE

Check the status of a single program executed and managed via supervisord

Usage: check_supervisord_program <program_name_here>

Notes: This script requires root privileges if your supervisord is running under root To do this, you can add the following to your /etc/sudoers file (assuming your nrpe process is running with user nagios) nagios ALL=NOPASSWD: /usr/bin/supervisorctl

I can't take credit for this but it's really useful when you want to monitor your RAID array with nagios

Useful to check your postfix mail queue