aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2012-02-13 10:46:17 +0000
committerPetter Reinholdtsen <pere@hungry.com>2012-02-13 10:46:17 +0000
commit7c4488af1dfb4980f099d7543ccde6a096187b25 (patch)
treec355eafa9ce852a9b43d8f69804d480b1d3af786 /nagios-templates.cfg
parenteb6ad3bbd3d12c22deedfcee41d53902e39524fc (diff)
downloadsitesummary-7c4488af1dfb4980f099d7543ccde6a096187b25.tar.gz
sitesummary-7c4488af1dfb4980f099d7543ccde6a096187b25.tar.bz2
sitesummary-7c4488af1dfb4980f099d7543ccde6a096187b25.tar.xz
this time. Check for dhcpd3 on Lenny and dhcpd on Squeeze++.
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 dda937c..749f62b 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -209,6 +209,11 @@ define command{
}
define command{
+ command_name check_procs_dhcpd3
+ command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C dhcpd3
+}
+
+define command{
command_name check_procs_dhcpd
command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C dhcpd
}