* Fix bug.
This commit is contained in:
@@ -399,7 +399,7 @@ class zanode extends control
|
||||
{
|
||||
$node = $this->zanode->getNodeById($hostID);
|
||||
$serviceStatus = $this->zanode->getServiceStatus($node);
|
||||
if ($node->status != 'running')
|
||||
if ($node->status != 'running' && $node->status != 'wait')
|
||||
{
|
||||
$serviceStatus['ZenAgent'] = "unknown";
|
||||
$serviceStatus['ZTF'] = "unknown";
|
||||
|
||||
Reference in New Issue
Block a user