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

Commit a82228b

Browse files
author
Michael Kraus
committed
cut relelase v0.5.0
1 parent 64635d2 commit a82228b

File tree

7 files changed

+3
-4
lines changed

7 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Usage of ./check_nsc_web:
6969
7070
Options:
7171
-V Print program version.
72+
-a string
73+
API version of NSClient++ (legacy or 1). (default "legacy")
7274
-f int
7375
Round performance data float values to this number of digits. (default -1)
7476
-j Print out JOSN response body.

build/darwin/amd64/check_nsc_web

625 KB
Binary file not shown.

build/linux/386/check_nsc_web

892 KB
Binary file not shown.

build/linux/amd64/check_nsc_web

898 KB
Binary file not shown.

build/windows/386/check_nsc_web.exe

795 KB
Binary file not shown.

build/windows/amd64/check_nsc_web.exe

820 KB
Binary file not shown.

check_nsc_web.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ import (
1818
)
1919

2020
// TODO
21-
// - specify cert
22-
// - specify ciphers
23-
// -- http://www.levigross.com/2015/11/21/mutual-tls-authentication-in-go/
24-
// -- http://johnnadratowski.github.io/2016/08/05/golang-tls.html
21+
// - strip trailing / from url
2522

2623
const AppVersion = "0.4.3"
2724

0 commit comments

Comments
 (0)