diff --git a/Changes b/Changes index a2ba30a..8669eba 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the SNClient+ agent. -next: +0.27 Mon Sep 2 19:31:14 CEST 2024 - do not use empty-state if warn/crit conditions contain check on 'count' - check_memory: distinguish between committed and swap memory - check_memory: change default type on linux to physical,swap diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index befa046..f7822a1 100644 --- a/pkg/snclient/snclient.go +++ b/pkg/snclient/snclient.go @@ -42,7 +42,7 @@ const ( " monitoring agent designed as replacement for NRPE and NSClient++." // VERSION contains the actual snclient version. - VERSION = "0.26" + VERSION = "0.27" // ExitCodeOK is used for normal exits. ExitCodeOK = 0