diff options
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r-- | nagios-templates.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 766cee6..6edd5ad 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -143,6 +143,11 @@ define command{ } define command{ + command_name check_procs + command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ +} + +define command{ command_name check_procs_zombie command_line /usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s Z } @@ -153,6 +158,16 @@ define command{ } define command{ + command_name check_users + command_line /usr/lib/nagios/plugins/check_users -w $ARG1$ -c $ARG2$ +} + +define command{ + command_name check_apt + command_line /usr/lib/nagios/plugins/check_apt +} + +define command{ command_name check-host-alive command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 } |