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
|
Source: metalog
Section: admin
Maintainer: Andrew Bower <andrew@bower.uk>
Uploaders: Antoine Le Gonidec <vv221@debian.org>
Homepage: https://metalog.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/metalog
Vcs-Git: https://salsa.debian.org/debian/metalog.git
Standards-Version: 4.7.3
Build-Depends:
debhelper-compat (= 13),
autoconf-archive,
libpcre2-dev,
pkgconf,
zlib1g-dev,
Package: metalog
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Provides:
linux-kernel-log-daemon,
system-log-daemon,
Conflicts:
linux-kernel-log-daemon,
system-log-daemon,
Description: Syslog replacement that allows regular expression matching
Metalog is a modern replacement for syslogd and klogd. The logged messages
can be dispatched according to their facility, urgency, program name and/or
Perl-compatible regular expressions. Log files can be automatically rotated
when they exceed a certain size or age. External shell scripts (e.g., mail)
can be launched when specific patterns are found.
.
Metalog is simple to configure, accepts unlimited number of rules and has
(switchable) memory bufferization for maximal performance.
|