From 6996931d27dc6f27dc416f5e5d5913b516d20f3a Mon Sep 17 00:00:00 2001 From: Scott Wares Date: Sun, 12 Jul 2026 04:58:53 +0000 Subject: [PATCH] feat(monitoring): add gitlab-1 node_exporter to static scrape targets --- gitops/apps/monitoring.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitops/apps/monitoring.yaml b/gitops/apps/monitoring.yaml index 5988710..b7a6e0c 100644 --- a/gitops/apps/monitoring.yaml +++ b/gitops/apps/monitoring.yaml @@ -80,6 +80,7 @@ spec: # Keeping them here caused port 9100 conflicts with the DaemonSet. static_configs: - targets: + - 192.168.1.50:9100 # gitlab-1 (GitLab CE VM) - 192.168.1.70:9100 # ldap-1 (lldap VM) - 192.168.1.148:9100 # octopi (DNS primary) - 192.168.1.184:9100 # opi-zero2w-1 (DNS secondary)