Check Http Json Versions Save

Nagios plugin to parse JSON from an HTTP response.

1.10.0

3 months ago

Warning: This release contains a potentially breaking change. See https://github.com/phrawzty/check_http_json/issues/42#issuecomment-1961610304 for more details.

  • Add --output_alt_pipe to replace the sacred pipe (|) characters in the output. (#42)

1.9.1

1 year ago
  • Exit gracefully when JSON can't be parsed from either a file or an HTTP source (#52)

1.9.0

1 year ago
  • 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

2 years ago
  • Improve --status_level handling to deal with non-200's in a better way (#49).

1.7.0

3 years ago
  • Add --status_level_default to set a default return code for unexpected HTTP status codes. (#47)

1.6.0

5 years ago
  • Added REGEX support for WARN and CRIT (#37)

1.5.1

5 years ago
  • A purely cosmetic change in the help output (#43)

1.5.0

7 years ago
  • Added ability to check multiple values (#32, #33)