From 9e366e1abe3293fdd9becfbdfbc6324a0879f424 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 9 Oct 2018 09:45:58 +0200 Subject: [PATCH] Check if all unbound trust anchors are current --- config/nagios-master.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 1540dbf..d42cb8b 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1852,6 +1852,11 @@ services: name: process - unbound nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u unbound -C unbound -a '/usr/sbin/unbound'" hostgroups: computers + - + name: unbound trust anchors + nrpe: "/usr/lib/nagios/plugins/dsa-check-unbound-anchors" + hostgroups: computers + check_interval: 60 ### - name: process - uptimed -- 2.20.1