Skip to content

Commit

Permalink
Skip 'Filesystem in ReadOnly / Error' tmpfs errors
Browse files Browse the repository at this point in the history
  • Loading branch information
psvmcc authored Jan 26, 2021
1 parent c741d13 commit fa75494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/node-exporter-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa75494

Please sign in to comment.