21 lines
422 B
YAML
21 lines
422 B
YAML
|
scrape_configs:
|
||
|
- job_name: prometheus
|
||
|
static_configs:
|
||
|
- targets: ['localhost:9090']
|
||
|
|
||
|
- job_name: netbox
|
||
|
static_configs:
|
||
|
- targets: ['netbox:8001']
|
||
|
|
||
|
- job_name: nginx
|
||
|
static_configs:
|
||
|
- targets: ['nginx-exporter:9113']
|
||
|
|
||
|
- job_name: postgresql
|
||
|
static_configs:
|
||
|
- targets: ['postgres-exporter:9187']
|
||
|
|
||
|
- job_name: redis
|
||
|
static_configs:
|
||
|
- targets: ['redis-worker-exporter:9121', 'redis-cache-exporter:9121']
|