diff --git a/plugins/zabbix_agent/index.html b/plugins/zabbix_agent/index.html index 93c8acdcb..6b1847c4a 100755 --- a/plugins/zabbix_agent/index.html +++ b/plugins/zabbix_agent/index.html @@ -13,7 +13,7 @@

服务

自启动

-

ZA配置

+

默认配置

运行日志

相关说明

diff --git a/plugins/zabbix_agent/index.py b/plugins/zabbix_agent/index.py index ee81d2499..cbbb7d2e1 100755 --- a/plugins/zabbix_agent/index.py +++ b/plugins/zabbix_agent/index.py @@ -168,14 +168,6 @@ def initdUinstall(): def installPreInspection(): - openresty_dir = mw.getServerDir() + "/openresty" - 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!' - return 'ok'