Releases: drewkerrigan/nagios-http-json
Releases · drewkerrigan/nagios-http-json
v2.2.0
What's Changed
- Bugfix: Disabled check_hostname to prevent error message when setting CERT_NONE by @mho21 in #80
- Feature: Add flag to increase verbosity and flag to override unreachable state by @martialblog in #86
- Feature: Add flag to override unreachable state by @martialblog in #86
- Extend tests for array syntax by @martialblog in #85
New Contributors
Full Changelog: v2.1.2...v2.2.0
v2.1.2
What's Changed
- Fix missing type conversion for --data by @K0nne in #77
- Add CLI Flag to change HTTP method by @martialblog in #79
- Update Makefile and Workflows by @martialblog in #78
New Contributors
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1
v2.0
v1.4
- Added support for (*) (4950225)
- Added '-k', '--insecure' option to ignore cert errors (e463369)
- Added '-y' and 'Y' not equal option (d164a12)
- Added client ssl cert support (67136a4)
- Added Unknown option (27eaaf0)
- Added version information and improved help text (bcc36a6)
- Added default User-Agent header (7858382)
- Improved output of values (9dd6323, 9656265)
- Return more meaningful error message if parsing of data or ssl certs/keys failed (d98d039, 8437c46)
Special thanks to @bb-Ricardo
v1.3
- Adding support for
-E
,-Q
(Critical versions of-e
,-q
) - Added support for
-w
,-c
(Warning and Critical thresholds for keys using the range format ([@]start:end
) - Added correct return codes for threshold checks on
-m
using the range format ([@]start:end
) - Added
./check_http_json.py UnitTest
task - Removed
-l
,-g
in favor of-w
,-c
v1.2
More fixes, allows root element of data to be an array.
v1.1
Merged more community PRs; Main new feature is the ability to select nested values from arrays
Initial Release
Initial release post-PRs and issue fixes