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 f7a6359 commit 86853c0Copy full SHA for 86853c0
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.34 Wed May 28 13:56:57 CEST 2025
4
- add /api/v1/admin/csr endpoint to create csr
5
- cache inventory for 10 seconds
6
- fix check_omd out of bounds read
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.33"
+ VERSION = "0.34"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments