Update overview dashboards #6

Merged
tchivert merged 4 commits from overview-update into master 2024-03-18 10:53:14 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 400e3ff58d - Show all commits

View File

@ -1971,7 +1971,7 @@
"type": "prometheus",
"uid": "yPhvsDP7k"
},
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
"hide": 0,
"includeAll": false,
"label": "Mountpoints",
@ -1979,7 +1979,7 @@
"name": "mountpoints",
"options": [],
"query": {
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
"refId": "StandardVariableQuery"
},
"refresh": 1,

View File

@ -1953,7 +1953,7 @@
"type": "prometheus",
"uid": "yPhvsDP7k"
},
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
"hide": 0,
"includeAll": false,
"label": "Mountpoints",
@ -1961,7 +1961,7 @@
"name": "mountpoints",
"options": [],
"query": {
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
"refId": "StandardVariableQuery"
},
"refresh": 1,