Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

statistics logging

Status
Not open for further replies.

roycrom

Programmer
Aug 2, 2002
184
GB
in bind 8's named.conf i could put

options {
statistics-interval 1;
};

logging {
channel stat_file {
file "/var/log/named/stats.log" versions 3 size 1k;
};
category statistics {
stat_file;
};
};

However in bind 9 an error comed up saying unknown category "statistics". I know there is some unsupported functions in bind 9 that we had in bind 8. I'm just looking for confirmation that this is one of them or if there is a new way to do this in bind 9,

I am running bind 9.2.2 on Solaris 8. I would appreciate any pointers

Manythanks

------------------------------------------
Thanx | your welcome !!

roycrom :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top