Adds Prometheus/Grafana monitoring infrastructure
This commit is contained in:
parent
64d82b5e42
commit
f46d8a7782
21 changed files with 6414 additions and 6 deletions
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']
|
Loading…
Add table
Add a link
Reference in a new issue