Home Directory Plugins Network Protocols DNS Bind 9 new format statistics

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

Bind 9 new format statistics

Rating
0 votes
Favoured:
0
Current Version
0.1
Last Release Date
2015-07-06
Compatible With
  • Nagios 3.x
  • Nagios 4.x
Owner
License
GPL
Hits
10620
Files:
FileDescription
check_bind9_stats_new.shBash script for fetching
check_bind9_stats_new.cfgpnp4nagios cfg file
check_bind9_stats_new.phppnp4nagios template script
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!
Just for statistics. Requires curl and xml_grep to work and to enable Bind 9 statistics:

statistics-channels {
inet * port 8053 allow { x.x.x.x; 127.0.0.1; };
};

x.x.x.x being your Nagios server.

Sort of ugly script but didn't find anything out there that could handle the new xml format used by Bind 9.10. This script probably does not work for older versions of Bind. Not tested.

./check_bind9_stats_new.sh -H 'bind9.10 server address'

Included pnp4nagios command and template file for graphing.