diff --git a/nagios/etc/73_check-dns.cfg b/nagios/etc/73_check-dns.cfg index 346be96..7bd075c 100644 --- a/nagios/etc/73_check-dns.cfg +++ b/nagios/etc/73_check-dns.cfg @@ -5,5 +5,8 @@ command[check_dns_zone_rrsig_examplenet]=/usr/local/share/scripts-admin/nagios/c # + validité des noms de domaines command[check_whois]=/usr/local/share/scripts-admin/nagios/check_whois -w 30d -c 10d example.net example.com example.org +# + accessibilité des serveurs pointés par les glue records +command[check_glue_records]=/usr/local/share/scripts-admin/nagios/check_glue_records.sh example.net + # Stats sur BIND9 command[check_bind9]=/usr/local/share/scripts-admin/nagios/check_bind9.pl --pid-path /var/run/named/named.pid --stats-path /var/cache/bind/named.stats --rndc-path /usr/sbin/rndc