Update index.py

pull/618/head
Mr Chen 10 months ago
parent 49c37fa307
commit f11b1b3219
  1. 1
      plugins/zabbix/index.py

@ -209,6 +209,7 @@ def initZsConf():
zs_src_tpl = getPluginDir()+'/conf/zabbix_server.conf'
zs_dst_path = zabbixServerConf()
psdb = pSqliteDb('databases')
db_pass = psdb.where('name = ?', ('zabbix',)).getField('password')
# nginx配置
content = mw.readFile(zs_src_tpl)

Loading…
Cancel
Save