sensu / check-disk-usage

MIT License
2 stars 8 forks source link

Add --include-read-only option #8

Closed nixwiz closed 3 years ago

nixwiz commented 3 years ago

Support ignoring read-only file systems by default. Rationale: if a monitored system does not have write access to a file system, it cannot be used to create files (not the source of the problem) nor can it be used to clean up the file system (not a part of the solution).

Closes #7 since squashfs is a read-only file system.