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 0b65f73 commit 7357817Copy full SHA for 7357817
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.33 Fri Apr 11 16:05:32 CEST 2025
4
- check_service: fix case insensitive excludes
5
- check_pagefile: fix crash if there is no pagefile
6
- update windows exporter to 0.30.5
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.32"
+ VERSION = "0.33"
47
48
// ExitCodeOK is used for normal exits.
49
ExitCodeOK = 0
0 commit comments