From 53ead5b00dfccd158d930e39dfb26b47c43c0d14 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Mon, 20 Dec 2021 21:46:01 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3d10073..047f5ee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,8 +14,8 @@ 2020-06-04: code cleanup --> changed isdigit test to try/except loop, changed peer.get test to try/except loop 2021-03-27: rewrite for CMK2.0 2021-03-28: added warning for missing prefix limit/warn threshold -2021-07-08: fixed handling of missing prefix limit/accepted prefixes/warn threshold. thanks to Florian[dot]Dille[at]aldi-sued[dot]com -2021-07-13: fixed handling of perfdata (in/out updates, in/out total messages). thanks to Florian[dot]Dille[at]aldi-sued[dot]com and timhor[at]outlook[dot]com +2021-07-08: fixed handling of missing prefix limit/accepted prefixes/warn threshold. thanks to Florian[dot]Dille[at]<redacted>[dot]com +2021-07-13: fixed handling of perfdata (in/out updates, in/out total messages). thanks to Florian[dot]Dille[at]<redacted>[dot]com and timhor[at]outlook[dot]com added type hinting for parsed data (section) optimised data handling in check function (add prefixes to peer info) made default state if item not found configurable via WALO -- GitLab