MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. An optional web interface - phpLogCon - can be used to visualize all data online. On NetBSD 3.99.10 and Slackware 10.1 compiling and works fine.
11 lines
379 B
Text
11 lines
379 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2005/11/21 20:50:32 bartoszkuzma Exp $
|
|
|
|
For simple replacement for syslogd(8), you may put below
|
|
lines in your /etc/rc.conf:
|
|
|
|
syslogd=NO
|
|
rsyslogd=YES
|
|
rsyslogd_flags="-s /etc/syslog.conf"
|
|
|
|
===========================================================================
|