免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1434 | 回复: 0
打印 上一主题 下一主题

messages中不停地出告警记录,如何将它屏蔽掉? [复制链接]

论坛徽章:
0
1 [报告]
发表于 2003-05-29 21:59 |显示全部楼层

messages中不停地出告警记录,如何将它屏蔽掉?

first backup ur /var/adm/messages file to other disk slice.

then     modify the /etc/syslog.conf  ,the file contents like the following:

*.err;kern.notice;auth.notice                   /dev/console
*.err;kern.debug;daemon.notice;                 /var/adm/messages
*.warning                                       /var/adm/warning
*.crit                                          /var/adm/crit

*.alert;kern.err;daemon.err                     operator
*.alert                                         root

*.emerg                                         *

# if a non-loghost machine chooses to have authentication messages
# sent to the loghost machine, un-comment out the following line:
#auth.notice                    ifdef(`LOGHOST', /var/log/authlog, @loghost)

mail.debug                      ifdef(`LOGHOST', /var/log/syslog, @loghost)

#
# non-loghost machines will use the following lines to cause "user"
# log messages to be logged locally.
#
ifdef(`LOGHOST', ,
user.err                                        /dev/console
user.err                                        /var/adm/messages
user.alert                                      `root, operator'
user.emerg                                      *
)





then  type   the following command in "#" prompt
/etc/init.d/syslog stop
/etc/init.d/syslog start


try it . good luck
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP