aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-16 00:50:30 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-16 00:50:30 +0000
commite80c1d69735a17ae6f9f54bb4cebc4395c998a75 (patch)
tree54a2cd91d6514cf1439b2f340485362596d9e766
parenta30da43bcb5d4d1d53b7a6619105d724a079fbf6 (diff)
downloadsitesummary-e80c1d69735a17ae6f9f54bb4cebc4395c998a75.tar.gz
sitesummary-e80c1d69735a17ae6f9f54bb4cebc4395c998a75.tar.bz2
sitesummary-e80c1d69735a17ae6f9f54bb4cebc4395c998a75.tar.xz
Add new command definition.
-rw-r--r--nagios-templates.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg
index 6edd5ad..6a72a84 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -153,6 +153,11 @@ define command{
}
define command{
+ command_name check_procs_command
+ command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C $ARG3$
+}
+
+define command{
command_name check_linux_raid
command_line /usr/lib/nagios/plugins/check_linux_raid
}