LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Send or forward system logs (https://www.linuxquestions.org/questions/linux-newbie-8/send-or-forward-system-logs-770043/)

digity 11-18-2009 04:32 PM

Send or forward system logs
 
I'm running a couple of Ubuntu machines and I was wondering how do I get them to send/forward/copy their syslog to a machine (running syslogd on UDP 514)?

chrism01 11-18-2009 04:38 PM

Typically, on the target/remote server, edit /etc/sysconfig/syslog, adding '-r' to SYSLOGD_OPTIONS.

On the src/local system you need line(s) like this

*.auth @192.168.1.1 (ie remote server ip)

BTW, this is on RH, not sure if its identical on Ubuntu.


All times are GMT -5. The time now is 06:57 PM.