Releases: xWyatt/check_rest_api
Releases · xWyatt/check_rest_api
Release 1.2.0
Breaking Changes
- The plugin output has been changed to conform to the Nagios Plugin API: https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/pluginapi.html
- If you have a plugin that manually parses the output of this plugin it will need changed
Improvements
- Adds the
--http-method
/-m
option to specifyPUT
orPOST
requests. - Adds the
--debug
/-d
option to printout debug information from the CURL request. - Allows a HTTP response code of
201
asOK
- Changes output text to include long descriptions and performance data
Contributors:
Release 1.1.1
Adds the --insecure
/-k
option to the program help text
Release 1.1.0
Adds new --auth-basic-file
/-bf
switch that takes in a filepath to a file that contains HTTP Basic Auth credentials.
Also changes the program Help Text so long-arguments do not have an =
between the argument and a value. That should have been documented as a space.
Release 1.0.1
This fixes an issue where the --insecure/-k flags do not function.
Release 1.0.0
This is the initial release.