Zenoss has its own syslog server, zensyslog. Managed devices should point their syslog daemons to zenoss. To do this, edit the /etc/syslog.conf file and add an entry where 1.2.3.4 is the zensyslog IP.
-
Log on to the target device (as a super user).
-
Open /etc/syslog.conf file with a text editor (e.g VI).
-
Enter *.debug and press the Tab key. then enter the host name or IP address of the Zenoss server. See example below:
*.debug @192.168.X.X
-
Save the file and exit the file editor program.
-
Restart the Syslog service using the command below:
/etc.init.d/syslog restart