From: Gu Zhongyan Date: Wed, 4 Apr 2018 09:29:49 +0000 (+0800) Subject: mgr/zabbix: Fix wrong log message X-Git-Tag: v13.1.0~403^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bad4e929e52a63f9cc787ada31126ffbde8be589;p=ceph.git mgr/zabbix: Fix wrong log message Signed-off-by: Gu Zhongyan --- 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'] } })