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
|
Source: prometheus-postfix-exporter
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Swarbrick <dswarbrick@debian.org>,
Martina Ferrari <tina@debian.org>,
Anthony Fok <foka@debian.org>,
Section: net
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-docker-docker-dev (>= 25.0),
golang-github-nxadm-tail-dev,
golang-github-prometheus-client-golang-dev,
golang-github-prometheus-client-model-dev,
golang-github-stretchr-testify-dev,
golang-gopkg-alecthomas-kingpin.v2-dev (>= 2.2.6-2~),
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-postfix-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-postfix-exporter.git
Homepage: https://github.com/kumina/postfix_exporter
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/kumina/postfix_exporter
Package: prometheus-postfix-exporter
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: adduser,
daemon | systemd-sysv,
postfix,
rsyslog | system-log-daemon,
${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: Prometheus exporter for Postfix mail servers
Prometheus exporter which scrapes the log output of Postfix MTA daemons
to expose various metrics such as SMTP connection counts, message delivery
statuses / delays etc. This exporter has a slight advantage over the mtail
log parser approach, since it also connects to the Postfix admin Unix socket
to expose metrics about messages currently in the queue.
|