controlio-check-disk
v0.0.4
Published
controlio module for checking disk space
Downloads
4
Readme
controlio-check-disk
A check module for controlio.
Description
Checks the disk usage of a device and changes the check status when a percentage limit is reached.
Options
device
: Name of device (or directory) that is passed todf
limit
: Percentage of used space on the devicecmd
: Command to use for fetching the disk size. Result must be compatible to the default commanddf -k DEVICE
.