Files
prometheus-container/prometheus.yml

12 lines
305 B
YAML

global:
scrape_interval: 10s
external_labels:
monitor: strato-production-monitor
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['prometheus.steinle-computer.de']
- job_name: node-exporter
static_configs:
- targets: ['node-exporter.steinle-computer.de']