Skip to content

Commit

Permalink
preparing for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Oct 18, 2021
1 parent ae0b4c1 commit 0759638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.5.0] - 2021-10-18

### Added
- Added --metrics option to change output into something Sensu agent can register as tagged metrics
- Added --metrics-format option to make tagged metrics format selectable
- 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

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Flags:
-f, --fail-on-error Fail and exit on errors getting file system usage (e.g. permission denied) (default false)
-H, --human-readable print sizes in powers of 1024 (default false)
--metrics Output metrics instead of human readable output
--metrics-format string Metrics output format, supports opentsdb_line or prometheus_text (default "opentsdb_line")
--tags strings Comma separated list of additional metrics tags using key=value format.
-h, --help help for check-disk-usage
Expand Down Expand Up @@ -82,7 +81,6 @@ continue to check the remaining file systems as expected.
* The `--human-readable` (False by default) option determines if you prefer
to display sizes of different drives in a human format. (Like df Unix/linux
command.)
* The `--metrics` (False by default) option will change text output to conform to selected metrics format (`--metrics-format`)

## Configuration

Expand Down

0 comments on commit 0759638

Please sign in to comment.