* Fix bug.

This commit is contained in:
zhaoke
2022-12-29 06:29:52 +00:00
parent 5b8d6dc69c
commit d5c211777a
+1 -1
View File
@@ -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";