Files
prometheus-container/prometheus.yml
2022-06-29 07:14:34 +02:00

10 lines
182 B
YAML

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