add check_systemd_failed to nrpe template
This commit is contained in:
@@ -15,6 +15,7 @@ command[check_ssl]=/usr/lib/nagios/plugins/check_http --sni '{{ nrpe_ssl_host }}
|
|||||||
command[check_eth]=/usr/lib/nagios/plugins/check_eth -i {{ ansible_default_ipv4.interface }} -w 12M -c 15M
|
command[check_eth]=/usr/lib/nagios/plugins/check_eth -i {{ ansible_default_ipv4.interface }} -w 12M -c 15M
|
||||||
command[check_proc_fail2ban]=/usr/lib/nagios/plugins/check_procs -a fail2ban -w 1: -c 1:
|
command[check_proc_fail2ban]=/usr/lib/nagios/plugins/check_procs -a fail2ban -w 1: -c 1:
|
||||||
command[check_proc_age]=/usr/lib/nagios/plugins/check_proc_age -p <proc> -w 400 -c 600
|
command[check_proc_age]=/usr/lib/nagios/plugins/check_proc_age -p <proc> -w 400 -c 600
|
||||||
|
command[check_systemd_failed]=/usr/lib/nagios/plugins/check_systemd_failed
|
||||||
|
|
||||||
# check_disk_usage
|
# check_disk_usage
|
||||||
# -w <%>: Warning threshold for block usage.
|
# -w <%>: Warning threshold for block usage.
|
||||||
|
|||||||
Reference in New Issue
Block a user