Skip to content

Commit 828841f

Browse files
committed
README
1 parent d04f3bf commit 828841f

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

bind_xml/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
## Overview
12

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).
26

3-
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
416

517
pip: pybindxml beautifulsoup4 lxml

0 commit comments

Comments
 (0)