Release v0.5.0
What's Changed
- Disable debugging specific code to remove go-ps dependency by @martialblog in https://github.com/NETWAYS/go-check/pull/95
- Minor allocation improvements in convert/bytes by @martialblog in https://github.com/NETWAYS/go-check/pull/96
- Add spaces to perfdata for partialResults and test it by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/84
- Default states by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/80
- Fix the output of partial result due to changed state logic and fix t… by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/86
- Fix get summary for overall by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/87
- Rename getState for PartialResult -> GetStatus by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/83
- Formatting tests by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/82
- Various minor updates by @martialblog in https://github.com/NETWAYS/go-check/pull/93
- Remove logrus by @martialblog in https://github.com/NETWAYS/go-check/pull/92
Breaking Changes
- Exit Status is now in icingaweb2 format by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/81
- perfdata Labels now allow more characters by @martialblog in https://github.com/NETWAYS/go-check/pull/88
- Remove benchmark stuff, let implementers figure that out by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/85
- Remove deprecated functions by @martialblog in https://github.com/NETWAYS/go-check/pull/89
- Remove metric sub package by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/91
- Remove http sub package to focus the purpose of this library by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/90
Full Changelog: https://github.com/NETWAYS/go-check/compare/v0.4.2...v0.5.0-rc1
go-check-v0.5.0.tar.gzRelease tarball |
application/gzip | 2023-07-17 | Download from Github |
Release v0.5.0-rc1
What's Changed
- Disable debugging specific code to remove go-ps dependency by @martialblog in https://github.com/NETWAYS/go-check/pull/95
- Minor allocation improvements in convert/bytes by @martialblog in https://github.com/NETWAYS/go-check/pull/96
- Add spaces to perfdata for partialResults and test it by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/84
- Default states by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/80
- Fix the output of partial result due to changed state logic and fix t… by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/86
- Main status in icingaweb2 format by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/81
- Fix get summary for overall by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/87
- Rename getState for PartialResult -> GetStatus by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/83
- Refactor perfdata strings by @martialblog in https://github.com/NETWAYS/go-check/pull/88
- Formatting tests by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/82
- Various minor updates by @martialblog in https://github.com/NETWAYS/go-check/pull/93
- Remove logrus by @martialblog in https://github.com/NETWAYS/go-check/pull/92
Breaking Changes
- Remove benchmark stuff, let implementers figure that out by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/85
- Remove deprecated functions by @martialblog in https://github.com/NETWAYS/go-check/pull/89
- Remove metric sub package by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/91
- Remove http sub package to focus the purpose of this library by @RincewindsHat in https://github.com/NETWAYS/go-check/pull/90
Full Changelog: https://github.com/NETWAYS/go-check/compare/v0.4.2...v0.5.0-rc1
go-check-v0.5.0-rc1.tar.gzRelease tarball |
application/gzip | 2023-07-10 | Download from Github |
Release v0.4.2
Changelog
- PartialResult Perfdata are placed at the end of the output to avoid problems with the result parsers of some monitoring systems
- By default, the result of a parent result (partial or overall) is now derived from the children (worst of method)
- Some typo fixes
Full Changelog: https://github.com/NETWAYS/go-check/compare/v0.4.1...v0.4.2
go-check-v0.4.2.tar.gzRelease tarball |
application/gzip | 2023-06-05 | Download from Github |