We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c4119 commit 128baa0Copy full SHA for 128baa0
2 files changed
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient+ agent.
2
3
-next:
+0.31 Wed Feb 12 18:14:54 CET 2025
4
- fix check_files thresholds on total_size
5
- update windows exporter to 0.30.2
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.30"
+ VERSION = "0.31"
46
47
// ExitCodeOK is used for normal exits.
48
ExitCodeOK = 0
0 commit comments