forked from wurzel/fruitbasket
prometheus: patch the postfix exporter to catch rspamd rejects
This commit is contained in:
parent
1f4e9a620b
commit
197956ea90
2 changed files with 29 additions and 1 deletions
|
@ -13,7 +13,10 @@ in
|
|||
};
|
||||
}));
|
||||
# (hopefully) fix systemd journal reading
|
||||
prometheus-postfix-exporter = prev.prometheus-postfix-exporter.overrideAttrs (old: rec {
|
||||
prometheus-postfix-exporter = prev.prometheus-postfix-exporter.overrideAttrs (old: {
|
||||
patches = [
|
||||
./prometheus-postfix-exporter/0001-cleanup-also-catch-milter-reject.patch
|
||||
];
|
||||
src = fetchFromGitHub {
|
||||
owner = "adangel";
|
||||
repo = "postfix_exporter";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue