We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7c707 commit a452d66Copy full SHA for a452d66
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.41 Fri Dec 19 19:16:59 CET 2025
4
- fix windows disk/mount checks showing only the first drive
5
6
0.40 Wed Dec 17 14:07:35 CET 2025
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.40"
+ VERSION = "0.41"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments