Skip to content
Snippets Groups Projects
Commit 9b493a42 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

L2SS-1395: Grafana sensors dashboard recv variable references outdated names

parent ca1fbd91
No related branches found
No related tags found
1 merge request!13L2SS-1395: Grafana sensors dashboard recv variable references outdated names
Pipeline #51549 passed
...@@ -1284,14 +1284,14 @@ ...@@ -1284,14 +1284,14 @@
"text": "stat/recv/h0", "text": "stat/recv/h0",
"value": "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, "hide": 2,
"includeAll": false, "includeAll": false,
"multi": false, "multi": false,
"name": "recv", "name": "recv",
"options": [], "options": [],
"query": { "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" "refId": "StandardVariableQuery"
}, },
"refresh": 1, "refresh": 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment