1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
Source: rsyslog
Section: admin
Priority: important
Maintainer: Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 7.0.9), quilt, autotools-dev, zlib1g-dev, libmysqlclient15-dev, libpq-dev, libkrb5-dev, libgnutls-dev
Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/git/users/biebl/rsyslog.git
Vcs-Browser: http://git.debian.org/?p=users/biebl/rsyslog.git;a=summary
Homepage: http://www.rsyslog.com/
Package: rsyslog
Architecture: any
Priority: important
Conflicts: system-log-daemon, linux-kernel-log-daemon
Provides: system-log-daemon, linux-kernel-log-daemon
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14)
Recommends: logrotate
Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc
Description: enhanced multi-threaded syslogd
Rsyslog is an enhanced syslogd supporting, amongst others:
* reliable syslog over TCP
* on-demand disk buffering
* email alerting
* writing to MySQL or PostgreSQL databases (via separate output plugins)
* permitted sender lists
* filtering on any part of the syslog message
* on-the-wire message compression
* fine grained output format control
* backup log destinations
.
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.
Package: rsyslog-doc
Section: doc
Priority: extra
Architecture: all
Conflicts: rsyslog (<< 2.0.1-2)
Replaces: rsyslog (<< 2.0.1-2)
Depends: ${misc:Depends}
Suggests: doc-base, www-browser
Description: documentation for rsyslog
This package contains detailed HTML documentation of rsyslog.
.
It describes the general configuration file syntax, like filters, actions and
templates and has detailed information for all available configuration
directives.
Package: rsyslog-mysql
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog (= ${binary:Version}), dbconfig-common, ucf
Recommends: mysql-server
Description: MySQL output plugin for rsyslog
This plugin allows rsyslog to write the syslog messages into a MySQL database.
Package: rsyslog-pgsql
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog (= ${binary:Version}), dbconfig-common, ucf
Recommends: postgresql
Description: PostgreSQL output plugin for rsyslog
This plugin allows rsyslog to write the syslog messages into a PostgreSQL
database.
Package: rsyslog-gssapi
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog (= ${binary:Version})
Suggests: krb5-user
Description: GSSAPI input and output plugins for rsyslog
These plugins allow rsyslog to write and/or receive GSSAPI authenticated and
encrypted syslog messages.
Package: rsyslog-gnutls
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog (= ${binary:Version})
Suggests: gnutls-bin
Description: GnuTLS plugin for rsyslog
This netstream plugin allows rsyslog to send and receive encrypted syslog
messages via the upcoming syslog-transport-tls IETF standard protocol.
|