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
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