mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-13 07:53:29 -05:00
parent
5c08a71bd7
commit
079352d3b8
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class MonitoringState
|
|||
return $this;
|
||||
}
|
||||
|
||||
$hostFilter = Filter::expression('host', '=', $hosts);
|
||||
$hostFilter = Filter::expression('host_name', '=', $hosts);
|
||||
|
||||
$hostStatus = $backend->select()->from('hostStatus', array(
|
||||
'hostname' => 'host_name',
|
||||
|
|
|
|||
Loading…
Reference in a new issue