9 lines
210 B
YAML
9 lines
210 B
YAML
scrape_configs:
|
|
- job_name: 'postgres-exporter'
|
|
static_configs:
|
|
- targets: ['postgres-exporter:9187']
|
|
|
|
- job_name: 'odoo'
|
|
static_configs:
|
|
- targets: ['localhost:8069'] # Idem pour Odoo
|