Fixed Service Traffic alerting
This commit is contained in:
@@ -67,6 +67,10 @@ class Model_Task extends ORMOSB {
|
||||
catch (Exception $e) {
|
||||
$tlo->result = $e->getCode();
|
||||
$tlo->message = $e->getMessage();
|
||||
|
||||
$this->running = 0;
|
||||
$this->running_host = NULL;
|
||||
$this->save();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user