Package Details: prometheus-postfix-exporter 0.3.0-1

Git Clone URL: https://aur.archlinux.org/prometheus-postfix-exporter.git (read-only, click to copy)
Package Base: prometheus-postfix-exporter
Description: Prometheus exporter for Postfix metrics
Upstream URL: https://github.com/kumina/postfix_exporter
Keywords: exporter metrics postfix prometheus
Licenses: Apache
Submitter: zdmx
Maintainer: zdmx
Last Packager: zdmx
Votes: 1
Popularity: 0.000000
First Submitted: 2022-02-28 18:15 (UTC)
Last Updated: 2022-09-16 10:31 (UTC)

Latest Comments

vcalv commented on 2025-09-13 17:05 (UTC) (edited on 2025-09-15 05:01 (UTC) by vcalv)

This should add a line like:

[Service]
EnvironmentFile=-/etc/conf.d/prometheus-postfix-exporter

to the file /usr/lib/systemd/system/prometheus-postfix-exporter.service

and replace

ExecStart=/usr/bin/prometheus-postfix-exporter $POSTFIX_EXPORTER_ARGS

As is customary for there Prometheus services

You get the idea.

The reason is that this way it's much easier to configure the service.

also, if you're using systemd then it has to run with the group systemd-journal

zdmx commented on 2022-09-15 08:09 (UTC)

@lithium_sulfate thanks for pointing that out! I'm currently on the go, but I'll get onto that tonight once I'm home :)

lithium_sulfate commented on 2022-09-15 07:52 (UTC)

Thank you for maintaining this package. It currently fails to build in a chroot because it depends on systemd libraries. Would you consider adding systemd to its makedepends? Thanks.