HostNode: Hoststatus VS Hoststate - legacy

This commit is contained in:
Thomas Gelf 2015-03-16 13:15:36 +01:00
parent a656243c64
commit 4876a5d200

View file

@ -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)) {