corrige monitoring (cadvisor passe par traefik)

This commit is contained in:
nom
2025-04-29 23:36:14 +02:00
parent ea6e48886d
commit e39ce5518c
2 changed files with 24 additions and 4 deletions

View File

@ -18,9 +18,10 @@ scrape_configs:
- job_name: cadvisor
scrape_interval: 30s
scheme: "https"
static_configs:
- targets: ["192.168.57.1:8098"]
- targets: ['cadvisor.kazkouil.fr:443', "cadvisor-prod1.kaz.bzh:443","cadvisor-prod2.kaz.bzh:443","cadvisor-kazoulet.kaz.bzh:443","cadvisor-tykaz.kaz.bzh:443","cadvisor-kazguel.kaz.bzh:443"]
- job_name: node-exporter
static_configs:
- targets: [ '192.168.57.1:9100' ]
- targets: [ 'kazkouil.fr:9100',"prod1.kaz.bzh:9100","prod2.kaz.bzh:9100","kazoulet.kaz.bzh:9100","tykaz.kaz.bzh:9100","kazguel.kaz.bzh:9100" ]