uf123 发表于 2017-7-9 08:45:47

syslog日志发送

  1.红帽系列的Linux
  针对红毛、centos、Ubuntu系统在/etc/syslog.conf文件末尾添加*.*  @日志收集服务器IP地址;
  2.针对SUN公司的Unix系统(Solaris)
  在/etc/syslog.conf文件末尾添加*.err;kern.debug;daemon.notice;syslog.conf  @日志服务器IP地址
  3.网络设备发送日志
  logging on
  cisco(config)#logging “日志审计系统地址”
  logging facility local7
  logging trap errors
页: [1]
查看完整版本: syslog日志发送