I have two SUSE 10 servers I need to monitor, and I'd like to get the syslogs 
from them. Since they are using syslog-ng, it's not as simply as modifying the 
syslog.conf file like it is in other *nix flavors. I tried this:  

edit /etc/syslog-ng/syslog-ng.conf.in to tell the host to send messages to the 
syslog server. Open the /etc/syslog-ng/syslog-ng.conf.in file and go to the 
bottom of the file. Add the following line, substituting a sensible IP:



destination loghost {
udp("loghost.linuxhomenetworking.com"); 
};

After making the changes, save the file and run SuSEconfig --module syslog-ng, 
and then restart syslogd by running /etc/init.d/syslog start. Now your host 
should be configured to send all log messages to your log host.


But if I send an event to the Suse log, it does not appear in Zenoss. Any 
advice appreciated.




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=32911#32911

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to