aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-18 12:02:46 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-18 12:02:46 +0000
commitebd1ff2342f4ca7642820880ffbd081ec142b419 (patch)
tree9dc685357c9ce27e153288cd07df6deb38242202 /nagios-templates.cfg
parent8df0d7e03e2e6ab00024191c3b9665b13b8a015c (diff)
downloadsitesummary-ebd1ff2342f4ca7642820880ffbd081ec142b419.tar.gz
sitesummary-ebd1ff2342f4ca7642820880ffbd081ec142b419.tar.bz2
sitesummary-ebd1ff2342f4ca7642820880ffbd081ec142b419.tar.xz
Check ftp from Nagios if proftpd is installed.
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r--nagios-templates.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg
index 8d6e457..9b62f47 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -113,6 +113,11 @@ define command{
}
define command{
+ command_name check_ftp
+ command_line /usr/lib/nagios/plugins/check_ftp -H localhost
+}
+
+define command{
command_name check_ntp
command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$
}