Quote:
Originally Posted by odeleon Hi,
check to see if syslog is running. if it is, is the server listening on port 514/udp? check your firewall settings too.
To get it to listen for remote syslog events you need to edit /etc/sysconfig/syslog and modify the line for SYSLOGD_OPTIONS so it looks something like:
SYSLOGD_OPTIONS="-r -m 0"
-r sets it to listen to remote events. The script for syslog sets up everything else, just leaves this minor detail out.
Then restart the logger service (or perhaps the whole zimbra service) and you should be all set. |
This fixed it for all you guys out there? Cause on our server we still have the "red X" on all services

Any other ideas on this one?