diff options
Diffstat (limited to 'sysutils/minirsyslogd/pkg-descr')
-rw-r--r-- | sysutils/minirsyslogd/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/minirsyslogd/pkg-descr b/sysutils/minirsyslogd/pkg-descr new file mode 100644 index 000000000000..40f82ae518e3 --- /dev/null +++ b/sysutils/minirsyslogd/pkg-descr @@ -0,0 +1,12 @@ +minirsyslogd is a minimalistic, fast and secure (through lack of bloat) +remote-only syslog receiver suitable for hardened log receiver hosts +and/or central log receivers that receive several gigabyte of logs each day. + +It will not deal with local syslog data. It does not have a multitude +of configuration, alerting or scripting options. It will however +automatically split inbound syslog data according to IP address, +date and current hour, and do so as rapidly and (I hope) securely as +possible. + +Author: Mikael Olsson <mikael.olsson@clavister.com> +WWW: http://www.clueby4.org/minirsyslogd/ |