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 ce03321 commit 77b69efCopy full SHA for 77b69ef
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.39 Tue Nov 18 14:22:01 CET 2025
4
- optionally send HSTS header in HTTP response
5
- update node exporter to 1.10.2
6
- check_service: improve filter by name
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.38"
+ VERSION = "0.39"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments