Home Directory Plugins Network Protocols DNS check_nameservers_are_in_sync_for_zone

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_nameservers_are_in_sync_for_zone

Rating
0 votes
Favoured:
0
Current Version
0.1
Last Release Date
2017-09-11
Owner
License
Other
Hits
4873
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check that all the name servers of your domain have the same SOA record (especially the version) and are thus up to date. Has optional support for a hidden primary.
Checks that all advertised nameservers for a domain are on the same soa version,
thus ensuring your customers will get consistent answers to their dns queries.
Will return the standard Icinga error codes.
See: https://www.monitoring-plugins.org/doc/guidelines.html#AEN78
Usage:
check_nameservers_are_in_sync_for_zone.py --domain=DOMAIN [--warning=WARNING_NAMESERVER_LIMIT]
[--critical=CRITICAL_NAMESERVER_LIMIT] [--hidden-primary=NAMESERVER...]
check_nameservers_are_in_sync_for_zone.py --selftest [...]
Option:
-h, --help Show this screen and exit.
-d, --domain DOMAIN The domain to check.
-w, --warning WARNING_NAMESERVER_LIMIT Warn if less nameservers [default: 2]
-c, --critical CRITICAL_NAMESERVER_LIMIT Critical if less nameservers [default: 1]
--hidden-primaries NAMESERVER... List of hidden primaries [default: ()]
--selftest Execute the unittests for this module
Copyright: Martin Häcker
License AGPL: https://www.gnu.org/licenses/agpl-3.0.html