He,YuanHui —— 业精于勤荒于嬉,行成于思毁于随

如果你喜欢一个事,又有这样的才干,那就把整个人都投入进去,就要象一把刀直扎下去直到刀柄一样,不要问为什么,也不要管会碰到什么。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  rsyslog

Linux log configrations ...
摘要:文档目录1 什么是syslogd2配置syslogd的说明3syslogd和系统中服务配置中日志的关系-------------文档正文-------------1什么是syslogdsyslogd可以简单地被称为记录系统活动的一个daemons。比如可以记录谁,在什么时间,在哪里,做了什么事情(像是在写记叙文啊);也可以记录您的系统曾经发生过什么事情,比如什么时候重新引导过、软硬件的错误信息等;当然也记录着您系统上运行着的服务的信息。syslogd记录的日志一般在/var/log/下,当然也有存储在另外的服务器上的。因为syslogd记录的信息实在是太重要了,所以还要涉及日志安全的问题。一般 阅读全文
posted @ 2010-12-31 09:41 He,YuanHui 阅读(1523) 评论(0) 推荐(0)

摘要: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 阅读全文
posted @ 2010-12-30 12:57 He,YuanHui 阅读(361) 评论(0) 推荐(0)

摘要:Log Router syslog with Dynamic File Names From rsyslog wiki Jump to: navigation, search 阅读全文
posted @ 2010-12-30 12:56 He,YuanHui 阅读(439) 评论(0) 推荐(0)

摘要: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 阅读全文
posted @ 2010-12-30 12:49 He,YuanHui 阅读(609) 评论(0) 推荐(0)

摘要: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 阅读全文
posted @ 2010-12-30 12:48 He,YuanHui 阅读(475) 评论(0) 推荐(0)

摘要: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 阅读全文
posted @ 2010-12-30 12:47 He,YuanHui 阅读(606) 评论(0) 推荐(0)


Add to Google