/[cricket]/README.bind9stat
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /README.bind9stat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Jul 1 19:55:38 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
added documentation, modified default paths

1
2 You should add in your /etc/named.conf file, under options:
3
4 options {
5 ...
6
7 zone-statistics yes;
8 statistics-file "/var/log/stats.dump" ;
9 ...
10 }
11
12
13 Then do:
14
15 # /etc/init.d/bind9 restart
16
17
18 Now check that user which is executing parse_bind9stat.pl has permission
19 on /etc/bind/rndc.key by issuing
20
21 $ /usr/sbin/rndc stats
22
23 as that user. This should create file /var/log/stats.dump.
24

  ViewVC Help
Powered by ViewVC 1.1.26