Compare commits

..

5 Commits

Author SHA1 Message Date
61e5bc823e Merge pull request 'Update overview dashboards' (#6) from overview-update into master
Reviewed-on: #6
2024-03-18 10:53:14 +01:00
tom.chivert
42435a5c99 alpha sort 2024-03-12 16:25:21 +01:00
tom.chivert
84f57d8981 remove default vars 2024-03-12 15:48:08 +01:00
tom.chivert
b51ced33ed update overview table from table-old 2024-03-12 15:41:06 +01:00
tom.chivert
400e3ff58d remove nfs exclusion 2024-03-12 15:40:52 +01:00
4 changed files with 1535 additions and 644 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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

@ -1908,12 +1908,12 @@
"current": {
"selected": true,
"text": [
"cprprdcache1",
"cprprdcache2"
"sv1",
"sv2"
],
"value": [
"cprprdcache1",
"cprprdcache2"
"sv1",
"sv2"
]
},
"datasource": {
@ -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,