mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
HostNode: Hoststatus VS Hoststate - legacy
This commit is contained in:
parent
a656243c64
commit
4876a5d200
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue