diff options
-rw-r--r-- | nagios-templates.cfg | 5 |
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 } |