13 Jan
2006
13 Jan
'06
7:07 a.m.
def wrote:
My syslog is filled with STATS lines every 2 minutes so I decided to delay the stats every 1 hour, or 3600 seconds. I added this to my options line but it causes a syntax error in the conf. The problem also occurred in the previous 1.9 build.
Slackware 10.2 # uname -a && syslog-ng -V Linux santo 2.6.14.3 #1 Wed Dec 7 22:59:32 EST 2005 i686 unknown unknown GNU/Linux syslog-ng 1.9.8
# cat /usr/local/etc/syslog-ng.conf | grep options options { stats(3600); long_hostnames(off); sync(0); };
stats_freq is the name of that option in the 1.9.x branch, not just stats -- Sandor Geller wildy@balabit.hu