Files
prometheus-container/prometheus.yml
2022-06-29 07:35:39 +02:00

10 lines
181 B
YAML

global:
scrape_interval: 10s
external_labels:
monitor: 'cs-home-monitor'
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['prometheus.lan']