Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs committed Apr 7, 2014
1 parent d04f3bf commit 828841f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion bind_xml/README.md
@@ -1,5 +1,17 @@
## Overview

Provides statistics (memory use, query counts) using the xml
statistics from BIND versions >= 9.5. Parsing of the xml is done
using [pybindxml](https://github.com/jforman/pybindxml).

rhel6: libxml2-devel libxslt-devel
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

0 comments on commit 828841f

Please sign in to comment.