]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/zabbix: Fix wrong log message 21237/head
authorGu Zhongyan <guzhongyan@360.cn>
Wed, 4 Apr 2018 09:29:49 +0000 (17:29 +0800)
committerGu Zhongyan <guzhongyan@360.cn>
Wed, 4 Apr 2018 09:29:49 +0000 (17:29 +0800)
Signed-off-by: Gu Zhongyan <guzhongyan@360.cn>
src/pybind/mgr/zabbix/module.py

index 5377162b39f38226f4b6d854099df35f6d52ace2..128d457022005db57a97906640f12e0341c150d0 100644 (file)
@@ -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']
                 }
             })