diff --git a/dashboards/sensors.json b/dashboards/sensors.json index b8cb57bb2bd7d624eb5f3e7a12b1b613a86b8033..bbb011e9a1ca8fcde1b6eaf43fcac800b0b6554e 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,