Update index.py

pull/618/head
Mr Chen 10 months ago
parent 5f34d52542
commit aa3a5a90c4
  1. 6
      plugins/zabbix/index.py

@ -408,9 +408,9 @@ def installPreInspection():
if not os.path.exists(openresty_dir):
return '需要安装Openresty插件'
mysql_dir = mw.getServerDir() + "/mysql"
if not os.path.exists(mysql_dir):
return '需要安装MySQL插件,至少8.0!'
# mysql_dir = mw.getServerDir() + "/mysql"
# if not os.path.exists(mysql_dir):
# return '需要安装MySQL插件,至少8.0!'
return 'ok'

Loading…
Cancel
Save