corrige monitoring (cadvisor passe par traefik)
This commit is contained in:
@ -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" ]
|
Reference in New Issue
Block a user