add check_systemd_failed to nrpe template

This commit is contained in:
Ludovic Cartier
2025-09-25 18:40:33 +02:00
parent b50c8ce9e1
commit 59aeb52914

View File

@@ -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_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_systemd_failed]=/usr/lib/nagios/plugins/check_systemd_failed
# check_disk_usage
# -w <%>: Warning threshold for block usage.