Skip to content

Commit

Permalink
Merge pull request #69 from psvmcc/patch-1
Browse files Browse the repository at this point in the history
Skip 'Filesystem in ReadOnly / Error' tmpfs errors
  • Loading branch information
rfrail3 authored Jan 27, 2021
2 parents c741d13 + fa75494 commit 577546d
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 577546d

Please sign in to comment.