aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2012-02-13 10:03:44 +0000
committerPetter Reinholdtsen <pere@hungry.com>2012-02-13 10:03:44 +0000
commiteb6ad3bbd3d12c22deedfcee41d53902e39524fc (patch)
treee9500afb0b6cb29784925e5f80899e202f1760b1 /nagios-templates.cfg
parente8519327081a5af9bd2a319c137581b13eab4f28 (diff)
downloadsitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.gz
sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.bz2
sitesummary-eb6ad3bbd3d12c22deedfcee41d53902e39524fc.tar.xz
More to add dhcp check.
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 c5d4ad6..dda937c 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -209,6 +209,11 @@ define command{
}
define command{
+ command_name check_procs_dhcpd
+ command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C dhcpd
+}
+
+define command{
command_name check_linux_raid
command_line /usr/lib/nagios/plugins/check_linux_raid
}