Initialize repository.

This commit is contained in:
2022-06-29 07:14:34 +02:00
commit 46930c7aad
3 changed files with 30 additions and 0 deletions

9
prometheus.yml Normal file
View File

@@ -0,0 +1,9 @@
global:
scrape_interval: 10s
external_labels:
monitor: 'cs-home-monitor'
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['prometheus.lan']a