nagios: add quick dnssec validation check
This commit is contained in:
parent
1518a792c7
commit
2e7e98e812
2 changed files with 79 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
# 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
|
||||
|
||||
# Commande vérifiant (rapidement) la délégation DNSSEC
|
||||
command[check_dns_dnssec_validation]=/usr/local/share/scripts-admin/nagios/check_dns_quickcheck_dnssec.sh -d example.com -d 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue