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 (such as 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