View Single Post
  #24 (permalink)  
Old 02-02-2010, 01:02 AM
edtrick edtrick is offline
New Member
 
Posts: 4
Default

Quote:
Originally Posted by Rogerl View Post
I have found that the zimbra part of syslog-ng.conf have some errors.

The "source zimbra_src {" statement have syntax error.
So fist I corrected this line so I could start syslog-ng, but there was still status problem, for ex. the red X.

what I did find was that if I remake/delete the "source zimbra_src {" line.

and change the log line from:
log { source(zimbra_src);

to
log { source(s_all);

s_all = is the default source profile in my configfile

And then I did restart of syslog-ng
/etc/init.d/syslog-ng restart

And now i get "status"-text in the log file.

grep "STATUS" /var/log/zimbra-stats.log | grep stats | head -n10

and the red X has change to blue makers now.

I hope this will also help you.

Regards,
//Roger
I didn't use syslog-ng. how can I fix in syslog.conf ??
Thanks.
Reply With Quote