All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- corrected armv7 asset build filter in .bonsai.yml. Thanks @DJM0.
- Timestamp precision from second to millisecond
- Added --metrics option to change output into something Sensu agent can register as tagged metrics
- Added --tags option to make it possible to add additional tags for all metrics
- Added --human-readable option to support ignoring human-readable option like df unix/linux command
- Fixed typo(s)
- README update(s)
- Fixed README re: read-only
- Added --include-read-only option to support ignoring read-only file systems
- Added newline to end of UNKNOWN error output
- Moved included/excluded checks against partition information up before querying usage
- Added flags --include-pseudo-fs and --fail-on-error
- Changed the behavior for failures to get fs usage based on flag
- Changed call to get partitions to use --include-pseudo-fs flag
- Added appropriate error checking
- Initial release