Nagios: ajout etc/73_check-dns.cfg
This commit is contained in:
parent
a52829f96c
commit
97d19540d8
1 changed files with 9 additions and 0 deletions
9
nagios/etc/73_check-dns.cfg
Normal file
9
nagios/etc/73_check-dns.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Commandes vérifiant la validité des signatures des zones
|
||||
# dont on a la charge
|
||||
command[check_dns_zone_rrsig_examplenet]=/usr/local/share/scripts-admin/nagios/check_zone_rrsig_expiration -W 10 -C 3 -Z example.net
|
||||
|
||||
# + 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
|
||||
|
||||
# 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
|
Loading…
Reference in a new issue