Added new configuration files and removed old directory
This commit is contained in:
parent
665aa296f1
commit
1eb3639f28
15
prometheus/prometheus.yml
Normal file
15
prometheus/prometheus.yml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
global:
|
||||
scrape_interval: 60s
|
||||
evaluation_interval: 60s
|
||||
external_labels:
|
||||
monitor: 'homelab'
|
||||
rule_files:
|
||||
scrape_configs:
|
||||
- job_name: 'node-exporter'
|
||||
static_configs:
|
||||
- targets: ['mon_node-exporter:9100']
|
||||
|
||||
- job_name: 'fritzbox_exporter'
|
||||
static_configs:
|
||||
- targets: ['IP_DOCKER_HOST:9042']
|
Loading…
Reference in New Issue
Block a user