Am Montag, den 04.01.2016, 20:40 +0100 schrieb Markus Benning: > My log analyser "saftpresse" implements this: > > https://metacpan.org/release/Log-Saftpresse > > Theres a commandline interface "saftsumm" which tries to provide the > classic pflogsumm inteface. > Try '--tls-stats' > > The saftpresse command implements a non-blocking log anaylser with > plugins. It is designed with output to elasticsearch and graphit in > mind. > > The Postfix plugin included is based on the pflogsumm code but heavy > refactured and modularized. > > There currently no packages, but i plan to provide debian packages > and > a docker image for non-debian users.
I released 1.3 with some minor improvements and build debian/jessie packages for it. To install the packages use: $ apt-get install -y apt-transport-https $ curl https://markusbenning.de/debian/repo.gpg.key | apt-key add - $ curl -o /etc/apt/sources.list.d/markusbenning.list \ "https://markusbenning.de/debian/markusbenning.list" $ apt-get update $ apt-get install -y saftpresse Markus