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 c8bdbf4 commit ed1877dCopy full SHA for ed1877d
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient+ agent.
2
3
-next:
+0.30 Wed Jan 15 12:08:28 CET 2025
4
- fix check_drivesize letter: excludes
5
- fix check_service default threshold for linux
6
- chore: update dependencies
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.29"
+ VERSION = "0.30"
46
47
// ExitCodeOK is used for normal exits.
48
ExitCodeOK = 0
0 commit comments