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 b7fe292 commit 46fe963Copy full SHA for 46fe963
2 files changed
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.44 Wed Jun 24 13:03:43 CEST 2026
4
- fix running external scripts with sudo (#388)
5
- fix rpm installation not creating required snclient user during update (#380)
6
- fix logfile ownership after upgrade (#380)
pkg/snclient/snclient.go
@@ -47,7 +47,7 @@ const (
47
" monitoring agent designed as replacement for NRPE and NSClient++."
48
49
// VERSION contains the actual snclient version.
50
- VERSION = "0.43"
+ VERSION = "0.44"
51
52
// ExitCodeOK is used for normal exits.
53
ExitCodeOK = 0
0 commit comments