From 9b493a42de2675a97f71015cde7dbcc398265f59 Mon Sep 17 00:00:00 2001
From: Hannes Feldt <feldt@astron.nl>
Date: Fri, 16 Jun 2023 16:02:51 +0200
Subject: [PATCH] L2SS-1395: Grafana sensors dashboard recv variable references
 outdated names

---
 dashboards/sensors.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dashboards/sensors.json b/dashboards/sensors.json
index b8cb57b..bbb011e 100644
--- a/dashboards/sensors.json
+++ b/dashboards/sensors.json
@@ -1284,14 +1284,14 @@
           "text": "stat/recv/h0",
           "value": "stat/recv/h0"
         },
-        "definition": "device_attribute{host=\"$station\", device=~\"stat/(recv|rcu2l|rcu2h)/$subrack\", name=\"State\"}",
+        "definition": "device_attribute{host=\"$station\", device=~\"stat/(recv|rcu2l|rcu2h|recvh|recvl)/$subrack\", name=\"State\"}",
         "hide": 2,
         "includeAll": false,
         "multi": false,
         "name": "recv",
         "options": [],
         "query": {
-          "query": "device_attribute{host=\"$station\", device=~\"stat/(recv|rcu2l|rcu2h)/$subrack\", name=\"State\"}",
+          "query": "device_attribute{host=\"$station\", device=~\"stat/(recv|rcu2l|rcu2h|recvh|recvl)/$subrack\", name=\"State\"}",
           "refId": "StandardVariableQuery"
         },
         "refresh": 1,
-- 
GitLab