Excessive Log Statistics
I apologize for this spam in advance as this may have been addressed in the past. How can I suppress the following frequent logging: syslog-ng[28465]: Log statistics; dropped='tcp(AF_INET(10.101.205.188:10514))=0', processed='center(queued)=179', processed='center(received)=44', processed='destination(d_auth)=0', processed='destination(d_cron)=42', processed='destination(d_mlal)=0', processed='destination(remote)=9', processed='destination(d_mlop)=0', processed='destination(d_mesg)=86', processed='destination(d_mlrt)=0', processed='destination(d_cons)=0', processed='destination(d_mail)=42', processed='source(s_sys)=44' Charles Schwab|T E C H N O L O G Y I N N O V A T I O N _____________________________________ Scott W Baxter Sr. Staff Phone: (602) 977-4565 UNIX Certification and Engineering Cell: 602-793-3909 Charles Schwab & Co., Inc. Phoenix Data Center 4750A E Francisco Dr. 01-435 Phoenix, Arizona 85044 scott.baxter@schwab.com Member:SIPC ________________________________________________ All email sent to this address will be received by the Charles Schwab & Co., Inc. corporate email system and is subject to archival and review by someone other than the recipient.
Baxter, Scott wrote:
I apologize for this spam in advance as this may have been addressed in the past. How can I suppress the following frequent logging:
syslog-ng[28465]: Log statistics; dropped='tcp(AF_INET(10.101.205.188:10514))=0', processed='center(queued)=179', processed='center(received)=44', processed='destination(d_auth)=0', processed='destination(d_cron)=42', processed='destination(d_mlal)=0', processed='destination(remote)=9', processed='destination(d_mlop)=0', processed='destination(d_mesg)=86', processed='destination(d_mlrt)=0', processed='destination(d_cons)=0', processed='destination(d_mail)=42', processed='source(s_sys)=44'
Change (or add an entry for) stats_freq. The default is 10 minutes, I believe. If you wanted, say hourly reporting, you would use: stats_freq(3600); in the options { section of your syslog-ng.conf. -Matt Cuttler
That's it. Thanks a bunch... -----Original Message----- From: syslog-ng-bounces@lists.balabit.hu [mailto:syslog-ng-bounces@lists.balabit.hu] On Behalf Of Matt Cuttler Sent: Monday, January 14, 2008 2:32 PM To: Syslog-ng users' and developers' mailing list Subject: Re: [syslog-ng] Excessive Log Statistics Baxter, Scott wrote:
I apologize for this spam in advance as this may have been addressed in the past. How can I suppress the following frequent logging:
syslog-ng[28465]: Log statistics; dropped='tcp(AF_INET(10.101.205.188:10514))=0', processed='center(queued)=179', processed='center(received)=44', processed='destination(d_auth)=0', processed='destination(d_cron)=42', processed='destination(d_mlal)=0', processed='destination(remote)=9', processed='destination(d_mlop)=0', processed='destination(d_mesg)=86', processed='destination(d_mlrt)=0', processed='destination(d_cons)=0', processed='destination(d_mail)=42', processed='source(s_sys)=44'
Change (or add an entry for) stats_freq. The default is 10 minutes, I believe. If you wanted, say hourly reporting, you would use: stats_freq(3600); in the options { section of your syslog-ng.conf. -Matt Cuttler _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
participants (3)
-
Baxter, Scott
-
Baxter, Scott
-
Matt Cuttler