We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01e734 commit d4ae5b6Copy full SHA for d4ae5b6
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.38 Fri Oct 10 14:41:11 CEST 2025
4
- fix plugin output ending in chinese characters (#261)
5
- chore: update dependencies
6
- improve logging of invalid http requests
pkg/snclient/snclient.go
@@ -43,7 +43,7 @@ const (
43
" monitoring agent designed as replacement for NRPE and NSClient++."
44
45
// VERSION contains the actual snclient version.
46
- VERSION = "0.37"
+ VERSION = "0.38"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments