icingaweb2/modules/monitoring
Eric Lippmann 928185a144 Fix wrong unhandled services count in host views when restrictions are used
The query for fetching the unhandled services count utilises the hosts query as subquery.
Restrictions are applied to both the hosts query and the query for the unhandled services count.
This leads to wrong results since the restrictions are already in place for the unhandled services count because we're using the hosts query as subquery.

refs #2822
2017-11-10 10:17:32 +01:00
..
application Fix wrong unhandled services count in host views when restrictions are used 2017-11-10 10:17:32 +01:00
doc Fix broken links in docs of monitoring and translation module 2017-10-09 15:52:10 +02:00
library/Monitoring Allow to search for host and servicegroups by their case insensitive names too 2017-11-08 15:40:43 +01:00
public Switch positions of status summary and selection info 2016-12-11 17:29:30 +01:00
test/php RestRequestTest: Fully qualify expected exception 2017-06-13 11:07:16 +02:00
configuration.php Remove array syntax from default comment filter 2017-10-23 10:45:21 +02:00
module.info Bump version to 2.4.2 2017-09-28 14:24:00 +02:00