diff --git a/templates/nrpe.j2 b/templates/nrpe.j2 index e7feab8..c75b45c 100644 --- a/templates/nrpe.j2 +++ b/templates/nrpe.j2 @@ -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 -w 400 -c 600 +command[check_systemd_failed]=/usr/lib/nagios/plugins/check_systemd_failed # check_disk_usage # -w <%>: Warning threshold for block usage.