mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
Merge pull request #21237 from guzhongyan/zabbix-fix
mgr/zabbix: Fix wrong log message Reviewed-by: John Spray <john.spray@redhat.com>
This commit is contained in:
commit
a367b60740
@ -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']
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user