Releases: phrawzty/check_http_json
Releases · phrawzty/check_http_json
1.10.0
Warning: This release contains a potentially breaking change. See #42 (comment) for more details.
- Add
--output_alt_pipe
to replace the sacred pipe (|
) characters in the output. (#42)
1.9.1
- Exit gracefully when JSON can't be parsed from either a file or an HTTP source (#52)
1.9.0
- Add possibility to define performance data as regular expression (#50)
- Clarify usage of Nagios threshold ranges format for warning and critical parameter (#51)
1.8.0
- Improve
--status_level
handling to deal with non-200's in a better way (#49).
1.7.0
- Add
--status_level_default
to set a default return code for unexpected HTTP status codes. (#47)
1.6.0
- Added REGEX support for WARN and CRIT (#37)
1.5.1
- A purely cosmetic change in the help output (#43)
1.5.0
- Added ability to check multiple values (#32, #33)