Update index.py

pull/618/head
Mr Chen 10 months ago
parent 1389f210de
commit 5b451e211f
  1. 2
      plugins/zabbix/index.py

@ -383,7 +383,7 @@ def initdStatus():
shell_cmd = 'systemctl status zabbix-server | grep loaded | grep "enabled;"'
data = mw.execShell(shell_cmd)
if data[0] == '':
return 'ok'
return 'fail'
return 'ok'

Loading…
Cancel
Save