diff --git a/library/Businessprocess/HostNode.php b/library/Businessprocess/HostNode.php index 3e65c60..e04212a 100644 --- a/library/Businessprocess/HostNode.php +++ b/library/Businessprocess/HostNode.php @@ -10,7 +10,7 @@ class HostNode extends Node public function __construct(BusinessProcess $bp, $object) { - $this->name = $object->hostname . ';Hoststate'; + $this->name = $object->hostname . ';Hoststatus'; $this->hostname = $object->hostname; $this->bp = $bp; if (isset($object->state)) {