1833730 Members
2295 Online
110063 Solutions
New Discussion

Remote syslogd server

 
Andy McDade
Advisor

Remote syslogd server

I have set up a syslog server and it is happily logging syslog information from other hosts, but I'd like to be able to have a seperate log file on the syslog server for each individual host. Any ideas?
1 REPLY 1
T G Manikandan
Honored Contributor

Re: Remote syslogd server

//*To send all messages from "systemA" to the /var/adm/syslog/syslog.log
file on "systemB", the syslog.conf file on systemA would look like this:

*.info @systemB

To log the messages to an alternate file on systemB, the syslog.conf file
on systemB would have:

*.info /path_to_other_file
*//