From e80c1d69735a17ae6f9f54bb4cebc4395c998a75 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 16 Jan 2010 00:50:30 +0000 Subject: Add new command definition. --- nagios-templates.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 6edd5ad..6a72a84 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -152,6 +152,11 @@ define command{ command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s Z } +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 -- cgit v1.2.3