Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Releases: m-kraus/check_nsc_web

fix_unsolicited_response

01 Aug 08:35
2a17668
Compare
Choose a tag to compare

fix_unsolicited_response - Thanks to Sven Nierlein

Config file support

08 May 20:27
Compare
Choose a tag to compare

Add option to load arguments from config file.

Maintenance release

15 Jan 08:11
Compare
Choose a tag to compare

This is a maintenance release.

Support API v1

07 Jan 14:45
Compare
Choose a tag to compare

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

11 Dec 15:10
Compare
Choose a tag to compare
Pre-release

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

25 Apr 07:20
Compare
Choose a tag to compare

Add option "-j" to output response as JSON

Fix missing timeout handling

05 Apr 08:50
Compare
Choose a tag to compare

In some cases timeouts did not work with http.client. This is now fixed.

Retain argument order

10 Feb 06:05
Compare
Choose a tag to compare

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

21 Nov 09:59
Compare
Choose a tag to compare
v0.4.0

build renamed executables

Add ability to shorten float perfdata

18 Oct 15:02
Compare
Choose a tag to compare
v0.3.0

add option for decimal digits of performance data float values