摘要:文档目录1 什么是syslogd2配置syslogd的说明3syslogd和系统中服务配置中日志的关系-------------文档正文-------------1什么是syslogdsyslogd可以简单地被称为记录系统活动的一个daemons。比如可以记录谁,在什么时间,在哪里,做了什么事情(像是在写记叙文啊);也可以记录您的系统曾经发生过什么事情,比如什么时候重新引导过、软硬件的错误信息等;当然也记录着您系统上运行着的服务的信息。syslogd记录的日志一般在/var/log/下,当然也有存储在另外的服务器上的。因为syslogd记录的信息实在是太重要了,所以还要涉及日志安全的问题。一般
阅读全文
随笔分类 - rsyslog
Linux log configrations ...
摘要:Very simple config -- starting point for modifications From rsyslog wiki Jump to: navigation, search I struggled a bit to figure out where to start with rsyslogd. I wanted to find a complete conf file that I could edit, but everything I found was either really complex or did not inclu
阅读全文
摘要:Log Router syslog with Dynamic File Names From rsyslog wiki Jump to: navigation, search
阅读全文
摘要:Writing Rsyslog Output Plugins This page is the begin of some developer documentation for writing output plugins. Doing so is quite easy (and that was a design goal), but there currently is only sparse documentation on the process available. I was tempted NOT to write this guide here because I know
阅读全文
摘要:Writing syslog messages to MySQL Written by Rainer Gerhards (2008-02-28) Abstract In this paper, I describe how to write syslog messages to a MySQL database. Having syslog messages in a database is often handy, especially when you intend to set up a front-end for viewing them. This paper describes a
阅读全文
摘要:Multiple Rulesets in rsyslog Starting with version 4.5.0 and 5.1.1, rsyslog supports multiple rulesets within a single configuration. This is especially useful for routing the recpetion of remote messages to a set of specific rules. Note that the input module must support binding to non-standard rul
阅读全文