Module: check_mk
Branch: master
Commit: ae22fd5a60c96478b6d50c344649920abf0c4a15
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ae22fd5a60c964…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Nov 30 16:16:00 2017 +0100
Analyze configuration: Fixed acknowledged result filtering
Change-Id: I378bde41e8edc36c8e7db1d075da9a18f733b2b2
---
web/htdocs/wato.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index 2e47a16..03ce9b2 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -16873,7 +16873,7 @@ class ModeAnalyzeConfig(WatoMode):
if not self._show_failed and type(result) != ACResultOK:
remove = True
- if not self._show_ack and not self._is_acknowledged(result):
+ if not self._show_ack and self._is_acknowledged(result):
remove = True
# Remove result of site if filtered by user call