|
藍森林 http://www.lslnet.com 2006年8月18日 15:18
如何自動發送RH9產生的系統日誌到SYSLOG服務器上?
謝謝 |
如何自動發送RH9產生的系統日誌到SYSLOG服務器上?
man syslog.conf get this
[code] *.* @finlandia[/code]
Maybe you can do as this:
vi /etc/syslog.conf,add this line
[code] *.* @finlandia[/code] (change finlandia to your log server's ip or hostname)
service syslog restart
Try it,Good luck! |
| |