Compare commits

..

No commits in common. "b51ced33ed15642d5880d6ba30f33bb2da53ff33" and "aca249b5c237e4e005442942b8dcf0baf54bce19" have entirely different histories.

4 changed files with 640 additions and 1525 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", "type": "prometheus",
"uid": "yPhvsDP7k" "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, "hide": 0,
"includeAll": false, "includeAll": false,
"label": "Mountpoints", "label": "Mountpoints",
@ -1979,7 +1979,7 @@
"name": "mountpoints", "name": "mountpoints",
"options": [], "options": [],
"query": { "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" "refId": "StandardVariableQuery"
}, },
"refresh": 1, "refresh": 1,

View File

@ -1953,7 +1953,7 @@
"type": "prometheus", "type": "prometheus",
"uid": "yPhvsDP7k" "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, "hide": 0,
"includeAll": false, "includeAll": false,
"label": "Mountpoints", "label": "Mountpoints",
@ -1961,7 +1961,7 @@
"name": "mountpoints", "name": "mountpoints",
"options": [], "options": [],
"query": { "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" "refId": "StandardVariableQuery"
}, },
"refresh": 1, "refresh": 1,