Update index.py

pull/618/head
Mr Chen 10 months ago
parent 2c996b0a41
commit b1ce9fb05e
  1. 2
      plugins/zabbix/index.py

@ -480,7 +480,7 @@ def installPreInspection():
is_installed_mysql = isInstalledMySQL()
if not os.path.exists(mysql_dir):
if not is_installed_mysql:
return '需要安装MySQL/MySQL-APT/MySQL-YUM插件,至少8.0!'
return 'ok'

Loading…
Cancel
Save