Update index.py

pull/618/head
Mr Chen 10 months ago
parent 0a87dcc610
commit 5942c2e822
  1. 1
      plugins/zabbix/index.py

@ -304,6 +304,7 @@ def zOp(method):
initDreplace()
data = mw.execShell('systemctl ' + method + ' zabbix-server')
mw.execShell('systemctl ' + method + ' zabbix-agent')
if data[1] == '':
return 'ok'
return data[1]

Loading…
Cancel
Save