Skip to content
Snippets Groups Projects
Commit d029d0c2 authored by Jan David Mol's avatar Jan David Mol
Browse files

EC's Door_Open points have been renamed to Door_Closed

parent 6a0156be
No related branches found
No related tags found
No related merge requests found
Pipeline #51905 passed
...@@ -260,13 +260,13 @@ ...@@ -260,13 +260,13 @@
"uid": "prometheus" "uid": "prometheus"
}, },
"editorMode": "code", "editorMode": "code",
"expr": "device_attribute{host=\"$station\",device=\"stat/ec/1\",name=~\"Door_Open.*\"}", "expr": "device_attribute{host=\"$station\",device=\"stat/ec/1\",name=~\"Door_Closed.*\"}",
"legendFormat": "{{name}}", "legendFormat": "{{name}}",
"range": true, "range": true,
"refId": "A" "refId": "A"
} }
], ],
"title": "Cabinet Doors Open", "title": "Cabinet Doors Closed",
"type": "stat" "type": "stat"
}, },
{ {
......
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