diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-08 23:20:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-08 23:20:24 +0300 |
| commit | 30b6b5584dddce6adc4469584287558c8a3571a9 (patch) | |
| tree | 0a1e27952ee1116d32876348630ce3fd6bf56f5c /f3s/prometheus/additional-scrape-configs.yaml | |
| parent | 21fa1a8d947e5b85cf830e418cd75dcce5233eb7 (diff) | |
f3 was previously excluded from FreeBSD host monitoring. Now that
node_exporter is installed and running there, include it in the
node-exporter job so CPU temperature and other host metrics are
collected alongside f0/f1/f2. Also update the temperature alert
comment to reflect that f3 is now covered.
Diffstat (limited to 'f3s/prometheus/additional-scrape-configs.yaml')
| -rw-r--r-- | f3s/prometheus/additional-scrape-configs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/f3s/prometheus/additional-scrape-configs.yaml b/f3s/prometheus/additional-scrape-configs.yaml index bb19367..5883e17 100644 --- a/f3s/prometheus/additional-scrape-configs.yaml +++ b/f3s/prometheus/additional-scrape-configs.yaml @@ -4,6 +4,7 @@ - '192.168.2.130:9100' # f0 via WireGuard - '192.168.2.131:9100' # f1 via WireGuard - '192.168.2.132:9100' # f2 via WireGuard + - '192.168.2.133:9100' # f3 via WireGuard labels: os: freebsd - targets: |
