Configuration

global:
  scrape_interval: 15s
  scrape_timeout: 10s
  evaluation_interval: 15s
scrape_configs:
- job_name: prometheus
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 10.20.0.2:9090
- job_name: nodes
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 10.20.0.2:9100
    labels:
      node_name: VPS2 · Panel NOC
      node_slug: vps2-noc
  - targets:
    - 10.20.0.1:9100
    labels:
      node_name: VPS1 · Core
      node_slug: vps1-core
  - targets:
    - 10.20.0.3:9100
    labels:
      node_name: Raspberry Pi 5
      node_slug: raspberry-pi-5