[syslog-ng] syslog-ng-2.0.5: err "Duplicate stats counter"

Alberto Avi alberto.avi at gmail.com
Wed Nov 21 09:57:06 CET 2007


Evan Rempel wrote:
> To get the "statistics" messages or the "mark" messages you need to include a
> source of internal()
>
> The "Duplicate stats counter; counter=..." WARNING is just
> reporting that you have multiple destinations to the same IP Address,
> in your case to the IP address of 27.0.0.1:61514 which is fine, since
> syslog-ng will report TOTAL statistics to this destination.
>
> Evan.
Hi Evan,

I resolved the problem including "internal()" as source:

source s_system { internal();
file("/var/log/messages" follow_freq(1));
file("/var/log/secure" follow_freq(1));
file("/var/log/cron" follow_freq(1));
file("/var/log/up2date" follow_freq(1));
file("/var/log/osad" follow_freq(1)); };

Thank you very much.
Alberto.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20071121/d8a38a39/attachment.htm 


More information about the syslog-ng mailing list