摘要:
rsyslog.conf configuration fileThis document is currently being enhanced. Please pardon its current appearance.Rsyslogd is configured via the rsyslog.conf file, typically found in /etc. By default, rsyslogd reads the file /etc/rsyslog.conf. This may be changed by a command line option.Configuration 阅读全文
摘要:
# A commented quick reference and sample configuration# WARNING: This is not a manual, the full manual of rsyslog configuration is in# rsyslog.conf (5) manpage## "$" starts lines that contain new directives. The full list of directives# can be found in /usr/share/doc/rsyslog-1.19.6/doc/rsyslog_conf. 阅读全文
摘要:
文档目录1 什么是syslogd2配置syslogd的说明3syslogd和系统中服务配置中日志的关系-------------文档正文-------------1什么是syslogdsyslogd可以简单地被称为记录系统活动的一个daemons。比如可以记录谁,在什么时间,在哪里,做了什么事情(像是在写记叙文啊);也可以记录您的系统曾经发生过什么事情,比如什么时候重新引导过、软硬件的错误信息等;当然也记录着您系统上运行着的服务的信息。syslogd记录的日志一般在/var/log/下,当然也有存储在另外的服务器上的。因为syslogd记录的信息实在是太重要了,所以还要涉及日志安全的问题。一般 阅读全文