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:
John Spray 2018-04-05 12:00:40 +01:00 committed by GitHub
commit a367b60740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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']
}
})