diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-31 20:30:09 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-31 20:30:09 +0000 |
commit | 2cd1c62676f0f8b6e078197fb9d816e359cdfe78 (patch) | |
tree | 2ef2fc2d36d6eeba7e6a57cc416c9c4c09ab4ef8 /nagios-nrpe-commands.cfg | |
parent | ff0cc03d45b49a91d3d0347967c480bc764821da (diff) | |
download | sitesummary-2cd1c62676f0f8b6e078197fb9d816e359cdfe78.tar.gz sitesummary-2cd1c62676f0f8b6e078197fb9d816e359cdfe78.tar.bz2 sitesummary-2cd1c62676f0f8b6e078197fb9d816e359cdfe78.tar.xz |
Add new nagios pluing check_kernel_status to report the need for a
reboot to activate a new kernel. Written by Toni Van Remortel and
found at <URL: http://www.monitoringexchange.org >.
Diffstat (limited to 'nagios-nrpe-commands.cfg')
-rw-r--r-- | nagios-nrpe-commands.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nagios-nrpe-commands.cfg b/nagios-nrpe-commands.cfg index c264f3e..7ce030e 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -5,6 +5,7 @@ command[check_apt]=/usr/lib/nagios/plugins/check_apt command[check_dhcp]=/usr/lib/nagios/plugins/check_dhcp command[check_disk]=/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$ command[check_ftp]=/usr/lib/nagios/plugins/check_ftp -H localhost +command[check_kernel_status]=/usr/lib/sitesummary/nagios-plugins/check_kernel_status command[check_linux_raid]=/usr/lib/nagios/plugins/check_linux_raid command[check_nfs]=/usr/lib/nagios/plugins/check_rpc -H localhost -C nfs -c2,3 command[check_ntp]=/usr/lib/nagios/plugins/check_ntp -H localhost |