mikeduffy13 wrote: > > Code: > udp 0 0 0.0.0.0:514 0.0.0.0:* > 12796/python > >
It looks like zensyslog already took over the port 514 from your system's syslog daemon. Therefore you need to stop the zensyslog daemon. Edit the file $ZENHOME/Products/ZenEvents/zensyslog.py. Change line 37 that it reads: Code: SYSLOG_PORT = 1514 Start your system's syslog daemon and afterwards the zensyslog daemon. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=18397#18397 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
