Release v2.1.0 latest
What's Changed
- Add option to set flags via env variables and read password from file by @martialblog in https://github.com/NETWAYS/check_bareos/pull/37
- Add Issue Templates by @martialblog in https://github.com/NETWAYS/check_bareos/pull/35
New Contributors
- @dependabot made their first contribution in https://github.com/NETWAYS/check_bareos/pull/29
Full Changelog: https://github.com/NETWAYS/check_bareos/compare/v2.0.0...v2.1.0
check_bareos-v2.1.0.tar.gzRelease tarball |
application/gzip | 2024-09-16 | Download from Github |
Release v2.0.0 - Major Refactor
Major Refactor of this Plugin to allow future maintainability. Includes breaking changes.
What's Changed
- Enable GitHub Actions by @martialblog in https://github.com/NETWAYS/check_bareos/pull/24
- Major Refactor to allow future maintainability by @martialblog in https://github.com/NETWAYS/check_bareos/pull/26
- Add unittests
- Optimize code readability
- Improved error handling and some bug fixes
- Normalize perfdata output text
- Normalize output text
- Refactor to support warning/critical thresholds
- Refactor to support all job states
- Change return status output formatting to include []
Deprecations and Breaking Changes:
- Remove support for MySQL since Bareos also dropped support
- Change
-d
--database
flag from meaning database type to database name - Change
--user
short to-U
to avoid confusion with--unit
flag
Full Changelog: https://github.com/NETWAYS/check_bareos/compare/v1.1.0...v2.0.0
check_bareos-v2.0.0.tar.gzRelease tarball |
application/gzip | 2023-07-07 | Download from Github |
Release v1.1.0
What's Changed
- Add port parameter for databases by @jacksgt in https://github.com/NETWAYS/check_bareos/pull/17
- Convert to python3 + correct some formatting by @RincewindsHat in https://github.com/NETWAYS/check_bareos/pull/21
- Minor linting fixes
Full Changelog: https://github.com/NETWAYS/check_bareos/commits/v1.1.0
check_bareos-v1.1.0.tar.gzRelease tarball |
application/gzip | 2022-11-16 | Download from Github |