From bad4e929e52a63f9cc787ada31126ffbde8be589 Mon Sep 17 00:00:00 2001 From: Gu Zhongyan Date: Wed, 4 Apr 2018 17:29:49 +0800 Subject: [PATCH] mgr/zabbix: Fix wrong log message Signed-off-by: Gu Zhongyan --- src/pybind/mgr/zabbix/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/zabbix/module.py b/src/pybind/mgr/zabbix/module.py index 5377162b39f38..128d457022005 100644 --- a/src/pybind/mgr/zabbix/module.py +++ b/src/pybind/mgr/zabbix/module.py @@ -228,7 +228,7 @@ class Module(MgrModule): self.set_health_checks({ 'MGR_ZABBIX_NO_SERVER': { 'severity': 'warning', - 'summary': 'No Zabbix server not configured', + 'summary': 'No Zabbix server configured', 'detail': ['Configuration value zabbix_host not configured'] } }) -- 2.39.5