Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This check plugin allows you to check if all nameservers that host a DNS zone are up-to-date and deliver the same serial in the SOA-record of the zone.
Current Version
1.0.1
Last Release Date
2019-07-15
Owner
Stephan Schwarz
Website
https://github.com/stearz/nagios-check-dns-serial
Download URL
https://github.com/stearz/nagios-check-dns-serial/releases
License
MIT
Compatible With
The script is written in PHP and requires Net/DNS2.php (PHP Resolver library used to communicate with a DNS server). Install it with sudo apt-get install php-net-dns2 on Debian based systems.
Usage: check-dns-serial.php <ip-of-primary-dns> <domain.tld>
Variables: The following threshold variables can be set inside the script to control when Nagios should raise a WARNING or a CRITICAL:
# WARNING threshold if serials differ $warn_threshold_delta = 5; # CRITICAL threshold if serials differ $crit_threshold_delta = 10;
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!