mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring: Fix unhandled service counter in the hosts overview
Group by was wrong. fixes #10490
This commit is contained in:
parent
b5c8579d0e
commit
ba55ad7c5a
@ -75,7 +75,7 @@ class HostserviceproblemsummaryQuery extends IdoQuery
|
|||||||
's.service_object_id = so.object_id AND so.is_active = 1',
|
's.service_object_id = so.object_id AND so.is_active = 1',
|
||||||
array()
|
array()
|
||||||
);
|
);
|
||||||
$this->select->group(array('so.object_id'));
|
$this->select->group(array('s.host_object_id'));
|
||||||
$this->joinedVirtualTables['services'] = true;
|
$this->joinedVirtualTables['services'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user