This commit is contained in:
zhaoke
2023-02-22 11:39:21 +08:00
parent 7759e047e4
commit 14d8a4d8f2
+1 -1
View File
@@ -556,7 +556,7 @@ class zanode extends control
{
$node = $this->zanode->getNodeById($hostID);
$serviceStatus = $this->zanode->getServiceStatus($node);
if ($node->status != 'running' && $node->status != 'wait')
if ($node->status != 'running')
{
$serviceStatus['ZenAgent'] = "unknown";
$serviceStatus['ZTF'] = "unknown";