mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
Skip 'Filesystem in ReadOnly / Error' tmpfs errors
This commit is contained in:
parent
c741d13613
commit
fa75494ef4
|
@ -9592,7 +9592,7 @@
|
||||||
"step": 4
|
"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",
|
"format": "time_series",
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 2,
|
"intervalFactor": 2,
|
||||||
|
|
Loading…
Reference in a new issue