gmond_python_modules/bind_xml at master · longyn/gmond_python_modules · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Overview

Provides statistics (memory use, query counts) using the xml statistics from BIND versions >= 9.5. Parsing of the xml is done using pybindxml.

BIND configuration to enable looks something like:

statistics-channels {
    inet 127.0.0.1 port 8053 allow {127.0.0.1;};
};

System Dependencies

yum-rhel6: libxml2-devel libxslt-devel

pip: pybindxml beautifulsoup4 lxml