File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ISC-BIND-Stats-Parser version 1.00
2
+ ==================================
3
+
4
+ The set of routines in ISC-BIND-Stats provides the module
5
+ ISC::BIND::Stats
6
+
7
+ this is an XML::SAX parser for the bind 9.x (v2 and v3 in 9.10) stats
8
+ interface.
9
+
10
+ The program tools/monthly_summary turns the stats file into a (monthly)
11
+ CSV file containing the totals.
12
+
13
+ To install this module type the following:
14
+
15
+ cd ISC-BIND-Stats
16
+ perl Makefile.PL
17
+ make
18
+ make test
19
+ make install
20
+
21
+ DEPENDENCIES
22
+
23
+ This module requires these other modules and libraries:
24
+
25
+ XML::SAX
26
+
27
+ COPYRIGHT AND LICENCE
28
+
29
+ Put the correct copyright and licence information here.
30
+
31
+ Copyright (C) 2012 by Francisco Obispo
32
+ Copyright (C) 2015 by Michael Richardson
33
+
34
+ This library is free software; you can redistribute it and/or modify
35
+ it under the same terms as Perl itself, either Perl version 5.12.4 or,
36
+ at your option, any later version of Perl 5 you may have available.
37
+
38
+
You can’t perform that action at this time.
0 commit comments