From: Peter Palfrader Date: Fri, 19 Feb 2010 09:57:50 +0000 (+0100) Subject: Check dnssec delegations X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=f3ed8977d6e5bedec2971c38c30529d48be30a45;p=mirror%2Fdsa-nagios.git Check dnssec delegations --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 6d7cb48..fd3cd69 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2012,6 +2012,11 @@ services: hosts: global remotecheck: "/usr/lib/nagios/plugins/dsa-check-zone-rrsig-expiration-many --warn 20d --critical 7d /var/cache/bind/git/domains" runfrom: draghi + - + name: DNS SEC - delegations + hosts: global + remotecheck: "/usr/lib/nagios/plugins/dsa-check-dnssec-delegation --dir /var/cache/bind/git/domains check-header" + runfrom: draghi ############ -