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
5415
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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