Adds Prometheus/Grafana monitoring infrastructure
This commit is contained in:

committed by
Christian Mäder

parent
64d82b5e42
commit
f46d8a7782
20
monitoring/prometheus/prometheus.yml
Normal file
20
monitoring/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
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']
|
Reference in New Issue
Block a user