Compare commits
No commits in common. "61e5bc823e8bce9923c71b1f1b15715801fe0351" and "aca249b5c237e4e005442942b8dcf0baf54bce19" have entirely different histories.
61e5bc823e
...
aca249b5c2
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1971,7 +1971,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "yPhvsDP7k"
|
||||
},
|
||||
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
|
||||
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "Mountpoints",
|
||||
@ -1979,7 +1979,7 @@
|
||||
"name": "mountpoints",
|
||||
"options": [],
|
||||
"query": {
|
||||
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
|
||||
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
|
||||
"refId": "StandardVariableQuery"
|
||||
},
|
||||
"refresh": 1,
|
||||
|
@ -1908,12 +1908,12 @@
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": [
|
||||
"sv1",
|
||||
"sv2"
|
||||
"cprprdcache1",
|
||||
"cprprdcache2"
|
||||
],
|
||||
"value": [
|
||||
"sv1",
|
||||
"sv2"
|
||||
"cprprdcache1",
|
||||
"cprprdcache2"
|
||||
]
|
||||
},
|
||||
"datasource": {
|
||||
@ -1953,7 +1953,7 @@
|
||||
"type": "prometheus",
|
||||
"uid": "yPhvsDP7k"
|
||||
},
|
||||
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
|
||||
"definition": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "Mountpoints",
|
||||
@ -1961,7 +1961,7 @@
|
||||
"name": "mountpoints",
|
||||
"options": [],
|
||||
"query": {
|
||||
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\"}, mountpoint)",
|
||||
"query": "label_values(node_filesystem_avail_bytes{instance=~\"$host\",fstype!=\"nfs\"}, mountpoint)",
|
||||
"refId": "StandardVariableQuery"
|
||||
},
|
||||
"refresh": 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user