Skip to content
Snippets Groups Projects
Commit cbf5fb70 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Scrape Postfix metrics

parent 66de352b
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,5 @@ WEKAN_METRICS_USER=wekan
WEKAN_METRICS_PASSWORD=superpassword
PEERTUBE_METRICS_USER=peertube
PEERTUBE_METRICS_PASSWORD=superpassword
POSTFIX_METRICS_USER=peertube
POSTFIX_METRICS_PASSWORD=superpassword
......@@ -121,6 +121,16 @@ scrape_configs:
static_configs:
- targets:
- "week.pad.picasoft.net"
# Scrape Postfix metrics
- job_name: postfix
scheme: "https"
metrics_path: "/metrics/postfix"
basic_auth:
username: "%{POSTFIX_METRICS_USER}"
password: "%{POSTFIX_METRICS_PASSWORD}"
static_configs:
- targets:
- "mail.picasoft.net"
# Scrape Picasoft servers node-exporter
- job_name: "pica01"
static_configs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment