diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-08 10:59:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-08 10:59:29 +0300 |
| commit | 843b9444b075ed54199d815c6338b0f3b4767a55 (patch) | |
| tree | 0a649f59b0b53724e12375808b20c74a05f5563c /f3s/prometheus/manifests | |
| parent | 9eb13d33b7136a3f4f55b4f8fb2caea51770efd5 (diff) | |
f3s/prometheus: add Garage admin scrape targets (task f)
Add job_name garage for 192.168.2.130-132:3903 with os=freebsd label.
Mirror config in additional-scrape-configs-secret for kube apply/ArgoCD.
Made-with: Cursor
Diffstat (limited to 'f3s/prometheus/manifests')
| -rw-r--r-- | f3s/prometheus/manifests/additional-scrape-configs-secret.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/f3s/prometheus/manifests/additional-scrape-configs-secret.yaml b/f3s/prometheus/manifests/additional-scrape-configs-secret.yaml index 901f076..bb89e4c 100644 --- a/f3s/prometheus/manifests/additional-scrape-configs-secret.yaml +++ b/f3s/prometheus/manifests/additional-scrape-configs-secret.yaml @@ -22,6 +22,15 @@ stringData: labels: os: openbsd + - job_name: 'garage' + static_configs: + - targets: + - '192.168.2.130:3903' # f0 via WireGuard + - '192.168.2.131:3903' # f1 via WireGuard + - '192.168.2.132:3903' # f2 via WireGuard + labels: + os: freebsd + - job_name: 'pushgateway' honor_labels: true static_configs: |
