[rsyslog] Duplicate entries

Stephen Carville stephen.carville at gmail.com
Sun May 25 21:10:01 CEST 2008


It definitely seems to the mulitple connections.  I change the client
configuration to funnel all the messages thru a single connection and
teh duplication stopped.

Before

*.info;mail.none;authpriv.none;cron.none       /var/log/messages
*.info;mail.none;authpriv.none;cron.none      @@scacisys01

authpriv.*                             /var/log/secure
authpriv.*                             @@scacisys01

After

*.info;mail.none;authpriv.none;cron.none       /var/log/messages

authpriv.*                             /var/log/secure

*.info;auth,authpriv.*;mail.none;cron.none      @@scacisys01

--
Stephen Carville


More information about the rsyslog mailing list