Files
prometheus-container/prometheus.yml
Christian Steinle 0fa0662eb3 Remove traefik job.
2022-09-16 08:53:22 +02:00

12 lines
285 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']