From 67d67ab73dbea9fc3759e645c9d1c9c348523d4d Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Wed, 3 Jun 2026 20:20:36 -0500 Subject: [PATCH] fix(monitoring): repoint pirelay scrape to signalcontrol --- .gitattributes | 2 ++ apps/monitoring/noc-monitoring.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e99bdea..065650d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ /.gitattributes text eol=lf +*.yaml text eol=lf +*.yml text eol=lf *.sh text eol=lf diff --git a/apps/monitoring/noc-monitoring.yaml b/apps/monitoring/noc-monitoring.yaml index a8f8acb..08441bb 100644 --- a/apps/monitoring/noc-monitoring.yaml +++ b/apps/monitoring/noc-monitoring.yaml @@ -223,7 +223,7 @@ data: service: "pimanager" vlan: "home" device: "pi4-ezconnect" - - targets: ["10.0.58.113:5100"] + - targets: ["10.0.58.113:5200"] labels: instance: "pirelay" service: "pimanager" -- 2.49.1