In its broadest sense, learning can be defined as a process of
progressive change from ignorance to knowledge,
and from indifference to understanding....
配置Syslog Server--SUSE
上一篇 /
下一篇 2008-03-11 16:20:00
/ 个人分类:Note
ON SERVER :
1.Modify the follow parameters in /etc/sysconfig/syslog
SYSLOGD_OPTIONS="-m 0 -r"
KLOGD_OPTIONS="-2"
# -m 0 disables 'MARK' messages.
# -r enables logging from remote machines
# -x disables DNS lookups on messages received with -r
2.Change to /etc/
./syslog stop
./syslog start
ON CLIENT :
1.Add the follow row to /etc/syslog.conf
*.info;mail.none;authpriv.none;cron.none @loghost
2.Add the SERVER IP to /etc/hosts
IP-address fully-qualified-domain-name hostname "loghost"
3.Restart the syslog , The server will now start to listen on UDP port 514
Reference:http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch05_:_Troubleshooting_Linux_with_syslog
导入论坛
引用链接
收藏
分享给好友
推荐到圈子
管理
举报
TAG: