Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 436 Bytes

File metadata and controls

17 lines (11 loc) · 436 Bytes

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