mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Merge pull request #69 from psvmcc/patch-1
Skip 'Filesystem in ReadOnly / Error' tmpfs errors
This commit is contained in:
commit
577546d1f3
|
@ -9592,7 +9592,7 @@
|
|||
"step": 4
|
||||
},
|
||||
{
|
||||
"expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs'}",
|
||||
"expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs',fstype!~'tmpfs'}",
|
||||
"format": "time_series",
|
||||
"interval": "",
|
||||
"intervalFactor": 2,
|
||||
|
|
Loading…
Reference in a new issue