Update index.py

pull/618/head
Mr Chen 10 months ago
parent 232f992203
commit 23ba7bf636
  1. 2
      plugins/zabbix/index.py

@ -186,7 +186,7 @@ def zabbixImportMySQLData():
# php配置
if not os.path.exists(php_dst_path):
content = mw.readFile(php_src_tpl)
content = contentReplace(content)
content = content.replace('{$ZABBIX_PORT}', getMySQLPort())
content = content.replace('{$ZABBIX_PASS}', db_pass)
mw.writeFile(php_dst_path, content)

Loading…
Cancel
Save