Add prometheus exporter for postfix and option postfix.metrics_address

This commit is contained in:
Julian Rother 2022-04-02 03:55:07 +02:00
parent 83df531b00
commit 3162809647
No known key found for this signature in database
GPG key ID: 2F811E2338EE029B
4 changed files with 34 additions and 0 deletions

View file

@ -44,3 +44,4 @@ postfix:
add_header_checks: []
smtpd_milters: []
non_smtpd_milters: []
metrics_address: "127.0.0.1:9154"