scrape sympa data
This commit is contained in:
@@ -17,7 +17,20 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets: ["prometheus:9090"]
|
||||
|
||||
- job_name: docker-inventaire
|
||||
static_configs:
|
||||
- targets: ["docker-inventaire:9911"]
|
||||
|
||||
- job_name: 'pflogsumm-postfix'
|
||||
static_configs:
|
||||
- targets:
|
||||
- pflogsumm-exporter-postfix:9912
|
||||
|
||||
- job_name: 'pflogsumm-sympa'
|
||||
static_configs:
|
||||
- targets:
|
||||
- pflogsumm-exporter-sympa:9912
|
||||
|
||||
- job_name: cadvisor-prod1
|
||||
scheme: "https"
|
||||
static_configs:
|
||||
@@ -65,6 +78,22 @@ scrape_configs:
|
||||
labels:
|
||||
host: 'kazkouil'
|
||||
portainer_id: 5
|
||||
|
||||
- job_name: cadvisor-kazimodo
|
||||
scheme: "https"
|
||||
static_configs:
|
||||
- targets: ["cadvisor-kazimodo.kaz.bzh:443"]
|
||||
labels:
|
||||
host: 'kazimodo'
|
||||
portainer_id: 12
|
||||
|
||||
- job_name: cadvisor-kazier
|
||||
scheme: "https"
|
||||
static_configs:
|
||||
- targets: ["cadvisor-kazier.kaz.bzh:443"]
|
||||
labels:
|
||||
host: 'kazier'
|
||||
portainer_id: 13
|
||||
|
||||
- job_name: node-exporter-prod1
|
||||
static_configs:
|
||||
@@ -102,3 +131,16 @@ scrape_configs:
|
||||
- targets: ["kazkouil.fr:9100"]
|
||||
labels:
|
||||
host: 'kazkouil'
|
||||
|
||||
- job_name: node-exporter-kazimodo
|
||||
static_configs:
|
||||
- targets: ["kazimodo.kaz.bzh:9100"]
|
||||
labels:
|
||||
host: 'kazimodo'
|
||||
|
||||
- job_name: node-exporter-kazier
|
||||
static_configs:
|
||||
- targets: ["kazier.kaz.bzh:9100"]
|
||||
labels:
|
||||
host: 'kazier'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user