nagios-http-json icon indicating copy to clipboard operation
nagios-http-json copied to clipboard

A generic plugin for Nagios which checks json values from a given HTTP endpoint against argument specified rules and determines the status and performance data for that service.

Results 13 nagios-http-json issues
Sort by recently updated
recently updated
newest added

Hi Can you please add the option that I can specify a proxy server as well as username and password? For example: check_http_json.py' '-H' '' '--proxy' '' '--proxy-auth' 'user:password' Thank...

wont-fix

Please, add an option or a corresponding error message if the check actually received a bad response code. For example if you execute something like ``` # mistyped path ./check_http_json.py...

## Add `--base64` option to decode base64-encoded JSON responses - Introduced the `--base64` argument to the CLI. - When specified, the plugin decodes the HTTP response body from base64 before...