Files
prometheus-container/prometheus.yml

31 lines
836 B
YAML

global:
scrape_interval: 10s
external_labels:
monitor: strato-production-monitor
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['prometheus.steinle-computer.de']
basic_auth:
username: chris
password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX
- job_name: node-exporter
static_configs:
- targets: ['node-exporter.steinle-computer.de']
basic_auth:
username: chris
password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX
- job_name: cadvisor
static_configs:
- targets: ['cadvisor.steinle-computer.de']
basic_auth:
username: chris
password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX
- job_name: traefik
static_configs:
- targets: ['traefik.steinle-computer.de']
basic_auth:
username: chris
password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX