summaryrefslogtreecommitdiff
path: root/f3s/prometheus/additional-scrape-configs.yaml
blob: 93035d841accc882b10a4451febdb8d0e70d74c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- job_name: 'node-exporter'
  static_configs:
    - targets:
      - '192.168.2.130:9100'  # f0 via WireGuard
      - '192.168.2.131:9100'  # f1 via WireGuard
      - '192.168.2.132:9100'  # f2 via WireGuard
      labels:
        os: freebsd
    - targets:
      - '192.168.2.110:9100'  # blowfish via WireGuard
      - '192.168.2.111:9100'  # fishfinger via WireGuard
      labels:
        os: openbsd