aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-16 10:13:20 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-16 10:13:20 +0000
commit9fb1b7d6ffb10e436aadbb2b1ce1337f74e5e74d (patch)
treef08b8af12edd0cfb26e28c993cdaab4f77da27e7 /nagios-templates.cfg
parent4767c5f3476e2d902b28222c5359075a1491982e (diff)
downloadsitesummary-9fb1b7d6ffb10e436aadbb2b1ce1337f74e5e74d.tar.gz
sitesummary-9fb1b7d6ffb10e436aadbb2b1ce1337f74e5e74d.tar.bz2
sitesummary-9fb1b7d6ffb10e436aadbb2b1ce1337f74e5e74d.tar.xz
Add checks for running cron and working dhcp to Nagios configuration.
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 6a72a84..4ddca23 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -108,6 +108,11 @@ define command{
}
define command{
+ command_name check_dhcp
+ command_line /usr/lib/nagios/plugins/check_dhcp
+}
+
+define command{
command_name check_ntp
command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$
}