Releases: m-kraus/check_nsc_web
fix_unsolicited_response
Config file support
Add option to load arguments from config file.
Maintenance release
This is a maintenance release.
Support API v1
Support optionally NSClient API V1 - thanks to Samuel-BF for this.
-a string
API version of NSClient++ (legacy or 1). (default "legacy")
-l string
NSClient++ webserver login. (default "admin")
*BROKEN* Support NSClient API v1
THIS RELEASE IS BROKEN, DO NOT USE
Add switch to optionally NSClient API V1 - thanks to Samuel-BF for this.
-a string
API version of NSClient++ (legacy or 1). (default "legacy")
Add option "-j" to output response as JSON
Add option "-j" to output response as JSON
Fix missing timeout handling
In some cases timeouts did not work with http.client. This is now fixed.
Retain argument order
The forced order-randomisation of golang maps in a convenience function of the url library had some unwanted side-effects. Now the argument order on the command line is retained when sending to the NSClient, which is crucial for some legacy external scripts.
rename project to check_nsc_web
v0.4.0 build renamed executables
Add ability to shorten float perfdata
v0.3.0 add option for decimal digits of performance data float values