diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 12:02:46 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-18 12:02:46 +0000 |
commit | ebd1ff2342f4ca7642820880ffbd081ec142b419 (patch) | |
tree | 9dc685357c9ce27e153288cd07df6deb38242202 /nagios-nrpe-commands.cfg | |
parent | 8df0d7e03e2e6ab00024191c3b9665b13b8a015c (diff) | |
download | sitesummary-ebd1ff2342f4ca7642820880ffbd081ec142b419.tar.gz sitesummary-ebd1ff2342f4ca7642820880ffbd081ec142b419.tar.bz2 sitesummary-ebd1ff2342f4ca7642820880ffbd081ec142b419.tar.xz |
Check ftp from Nagios if proftpd is installed.
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 124be5c..fdd7bb0 100644 --- a/nagios-nrpe-commands.cfg +++ b/nagios-nrpe-commands.cfg @@ -4,6 +4,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_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 |