sensu / check-disk-usage

MIT License
2 stars 8 forks source link

Add failure flag and pseudo-fs flag #5

Closed nixwiz closed 3 years ago

nixwiz commented 3 years ago

Closes #3

By default will now simply report errors per FS and continue on. Adds --fail-on-error flag to override this behavior.

By default will ignore pseudo filesystems (tmpfs such as /dev, /run). Adds --include-pseudo-fs to override.

Signed-off-by: Todd Campbell todd@sensu.io