mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
dae35b9106
commit
2e059a9bb7
@ -92,8 +92,8 @@ class HostgroupsummaryQuery extends IdoQuery
|
|||||||
'hostgroup_name',
|
'hostgroup_name',
|
||||||
'object_type',
|
'object_type',
|
||||||
'severity' => 'host_severity',
|
'severity' => 'host_severity',
|
||||||
'state' => 'host_hard_state',
|
'state' => 'host_state',
|
||||||
'state_change' => 'host_last_hard_state_change'
|
'state_change' => 'host_last_state_change'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->subQueries[] = $hosts;
|
$this->subQueries[] = $hosts;
|
||||||
@ -106,8 +106,8 @@ class HostgroupsummaryQuery extends IdoQuery
|
|||||||
'hostgroup_name',
|
'hostgroup_name',
|
||||||
'object_type',
|
'object_type',
|
||||||
'severity' => new Zend_Db_Expr('NULL'),
|
'severity' => new Zend_Db_Expr('NULL'),
|
||||||
'state' => 'service_hard_state',
|
'state' => 'service_state',
|
||||||
'state_change' => 'service_last_hard_state_change'
|
'state_change' => 'service_last_state_change'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->subQueries[] = $services;
|
$this->subQueries[] = $services;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user