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 9e06e86 commit 057de23Copy full SHA for 057de23
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.35 Fri Jun 13 16:30:25 CEST 2025
4
- change showing performance data in check_files and check_services (#243)
5
- kill orphanded managed exporters which might block listen ports
6
- remove pipes from unknown macros in final output
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.34"
+ VERSION = "0.35"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments