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 921e464 commit 9ee3db4Copy full SHA for 9ee3db4
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next
+0.40 Wed Dec 17 14:07:35 CET 2025
4
- change minimum golang requirement to 1.25.5
5
- add support for recursive `script path`
6
- add support for cyclic alias check
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.39"
+ VERSION = "0.40"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments