Skip to content

Releases: drewkerrigan/nagios-http-json

v2.1.2

15 Sep 13:27
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @K0nne made their first contribution in #77

Full Changelog: v2.1.1...v2.1.2

v2.1.1

22 Jan 09:56
e3ac068
Compare
Choose a tag to compare

What's new?

  • Always load system default C.A files (#68)
  • Fix conditional check on empty data (#66)

v2.1

03 Jul 08:03
c23ebac
Compare
Choose a tag to compare

What's new?

  • Empty JSON return values are now handled #62
  • Scripts tries to parse and apply rules on HTTPErrors (50*)

v2.0

31 Mar 16:21
219e993
Compare
Choose a tag to compare

All new Release 2.0 🎉

What's new?

  • Code Refactor. UnitTests are now in a separate file and CI is enabled.
  • Python 3 support #48 #56
  • OK Results can now show the returned data #52
  • New CLI option -F to split JSON values #54
  • Various Bugfixes #34 #43 #53

Special Thanks to @marxin 👍

v1.4

28 Jan 09:28
Compare
Choose a tag to compare
  • 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

19 Nov 04:13
Compare
Choose a tag to compare
  • 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

06 May 16:22
Compare
Choose a tag to compare

More fixes, allows root element of data to be an array.

v1.1

06 May 00:46
Compare
Choose a tag to compare

Merged more community PRs; Main new feature is the ability to select nested values from arrays

Initial Release

24 Apr 15:45
Compare
Choose a tag to compare

Initial release post-PRs and issue fixes