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
10400
Files:
FileDescription
check_bind9_stats_new.shBash script for fetching
check_bind9_stats_new.cfgpnp4nagios cfg file
check_bind9_stats_new.phppnp4nagios template script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.