Search Criteria
Package Details: prometheus-postfix-exporter 0.3.0-1
Package Actions
| 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) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR) (make)
Latest Comments
vcalv commented on 2025-09-22 14:47 (UTC) (edited on 2025-09-22 14:47 (UTC) by vcalv)
OK. As it stands the upstream is unusable to me.
It's not maintained and no events are parsed/generated on my system.
I found an extensive fork on github that works and created the package.
It's so divergent it deserves its own package
https://aur.archlinux.org/packages/prometheus-postfix-exporter-hsn723
Works fine even though it uses quite a bit of memory.
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:
to the file
/usr/lib/systemd/system/prometheus-postfix-exporter.serviceand replace
ExecStart=/usr/bin/prometheus-postfix-exporter $POSTFIX_EXPORTER_ARGSAs 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-journalzdmx 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.