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

Merge branch 'L2SS-1395-update_sensors_recv' into 'main'

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

Closes L2SS-1395

See merge request !13
parents ca1fbd91 9b493a42
No related branches found
No related tags found
1 merge request!13L2SS-1395: Grafana sensors dashboard recv variable references outdated names
Pipeline #51550 passed
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment