diff options
-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 344a7d2..124be5c 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -2,6 +2,7 @@ # NRPE commands used by sitesummary generated Nagios checks. # 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_linux_raid]=/usr/lib/nagios/plugins/check_linux_raid command[check_nfs]=/usr/lib/nagios/plugins/check_rpc -H localhost -C nfs -c2,3 |