ajout du TP5/6

This commit is contained in:
2024-03-19 23:08:54 +01:00
parent 64dc0e433d
commit cc92379958
5 changed files with 152 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
global:
scrape_interval: 1m
evaluation_interval: 1m
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 1m
static_configs:
- targets: ['localhost:9090']
- job_name: 'node'
static_configs:
- targets: ['node-exporter:9100']
- job_name: 'cadvisor'
static_configs:
- targets: ['cadvisor:8080']