diff --git a/plugins/zabbix/index.py b/plugins/zabbix/index.py index ce72cbf2e..6295fca79 100755 --- a/plugins/zabbix/index.py +++ b/plugins/zabbix/index.py @@ -219,7 +219,9 @@ def zOp(method): def start(): - return zOp('start') + val = zOp('start') + mw.restartWeb() + return val def stop():