We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04f3bf commit 828841fCopy full SHA for 828841f
1 file changed
bind_xml/README.md
@@ -1,5 +1,17 @@
1
+## Overview
2
3
+Provides statistics (memory use, query counts) using the xml
4
+statistics from BIND versions >= 9.5. Parsing of the xml is done
5
+using [pybindxml](https://github.com/jforman/pybindxml).
6
-rhel6: libxml2-devel libxslt-devel
7
+BIND configuration to enable looks something like:
8
+
9
+ statistics-channels {
10
+ inet 127.0.0.1 port 8053 allow {127.0.0.1;};
11
+ };
12
13
+## System Dependencies
14
15
+yum-rhel6: libxml2-devel libxslt-devel
16
17
pip: pybindxml beautifulsoup4 lxml
0 commit comments