From 59aeb529142895294a81cb601522eeefe109af50 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 25 Sep 2025 18:40:33 +0200 Subject: [PATCH] add check_systemd_failed to nrpe template --- templates/nrpe.j2 | 1 + 1 file changed, 1 insertion(+) 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.