diff options
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r-- | nagios-templates.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 4ddca23..8d6e457 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -158,8 +158,8 @@ define command{ } define command{ - command_name check_procs_command - command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C $ARG3$ + command_name check_procs_cron + command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C cron } define command{ |