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 35f6e61 commit 8a85ea7Copy full SHA for 8a85ea7
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.36 Tue Jul 29 14:24:04 CEST 2025
4
- add new attribute "require password" which must be disabled to allow requests without password
5
- disallow empty passwords and empty passwords no longer disable password authentication
6
- check_service: add support for comma separated service list
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.35"
+ VERSION = "0.36"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments