-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d04f3bf
commit 828841f
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |