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 deb18ec commit 43ca607Copy full SHA for 43ca607
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient+ agent.
2
3
-next:
+0.32 Thu Mar 13 12:55:24 CET 2025
4
- add alpine support
5
- fix check_process when empty-state is set to OK
6
- change like operator to be case insensitive
pkg/snclient/snclient.go
@@ -42,7 +42,7 @@ const (
42
" monitoring agent designed as replacement for NRPE and NSClient++."
43
44
// VERSION contains the actual snclient version.
45
- VERSION = "0.31"
+ VERSION = "0.32"
46
47
// ExitCodeOK is used for normal exits.
48
ExitCodeOK = 0
0 commit comments