Added new configuration files and removed old directory

This commit is contained in:
Joachim 2023-08-07 11:54:08 +00:00
parent 665aa296f1
commit 1eb3639f28
1 changed files with 15 additions and 0 deletions

15
prometheus/prometheus.yml Normal file
View 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']