diff --git a/Changes b/Changes index 7e1c0d64..fa286aff 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ This file documents the revision history for the SNClient+ agent. +0.05 Fri Jul 21 20:24:19 CEST 2023 + - add configuration dialog to .msi installer + - setup windows firewall rules during installation + - add wildcard support for includes + - add conf.d directory support for includes + - added check_tasksched + - added nrpe mode to test cmd + - fix osx installer (#27) + - fix linux check_drivesize (#14) + - fix missing byte in nrpe response (#21) + 0.04 Wed Jul 5 19:13:44 CEST 2023 - implement external scripts - add support for client certificates diff --git a/pkg/snclient/snclient.go b/pkg/snclient/snclient.go index 3bad4e89..c3a2d96a 100644 --- a/pkg/snclient/snclient.go +++ b/pkg/snclient/snclient.go @@ -36,7 +36,7 @@ const ( " monitoring agent designed as replacement for NRPE and NSClient++." // VERSION contains the actual snclient version. - VERSION = "0.04" + VERSION = "0.05" // ExitCodeOK is used for normal exits. ExitCodeOK = 0