22 Feb
2005
22 Feb
'05
4:59 p.m.
: : Hi all, : : : Can anyone give the steps to configure a host to send all logs to a : central syslog-ng server in a Solaris environment? It will be really : great if anyone can send the sample syslog-ng.conf file for : centralized syslog server and client. : : : Thanks a lot in advance. : : : Rgds : : Anup Use the line: *.info central.syslog.host where the space after the *.info is a single tab, and central.syslog.host is the dns name of your central syslog server. - Aakin