1833582 Members
3766 Online
110061 Solutions
New Discussion

Syslog forwarding

 
Mohamed Saleem_1
Occasional Advisor

Syslog forwarding

Can you anybody tell me how to configure a ux box to forward all syslog messages to another server ( windows / linux ) keeping a local copy.
2 REPLIES 2
Tingli
Esteemed Contributor

Re: Syslog forwarding

Add two entries in file /etc/syslog.conf

*.info;mail.none /var/adm/syslog/syslog.log
*.info;mail.none @Remote_server
Jaime Bolanos Rojas.
Honored Contributor

Re: Syslog forwarding

Mohamed,

Also important, remember to use "tabs" instead of "spaces" to separate the items in that file, if not the configuration is not going to work.

Regards,

Jaime
Work hard when the need comes out.