icingaweb2/modules/monitoring/application/controllers
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
..
ActionsController.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
AlertsummaryController.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
CommentController.php Fix code style issues 2017-11-08 11:29:33 +01:00
CommentsController.php Replace icon comment w/ comment-empty 2016-11-25 15:11:49 +01:00
ConfigController.php Make the order of command transports easily changable 2017-02-07 19:08:18 +01:00
DowntimeController.php Select downtime name in the downtime detail view 2016-08-31 15:21:31 +02:00
DowntimesController.php Select downtime name in the multi select detail view 2016-08-31 15:21:31 +02:00
HealthController.php Use isIcinga2() in the ToggleInstanceFeaturesCommandForm 2016-02-25 17:48:32 +01:00
HostController.php Disable persistent comment checkbox if backend is Icinga 2 2016-02-25 17:51:02 +01:00
HostsController.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
ListController.php Fix wrong unhandled services count in host views when restrictions are used 2017-11-10 10:17:32 +01:00
ServiceController.php Swag: Fix swag (aka a whole bunch of code style issues..) 2017-01-27 14:48:59 +01:00
ServicesController.php monitoring: Select instance_name in multi-select views 2016-04-12 13:23:13 +02:00
ShowController.php Fix error in the contact detail view introduced by changes to the notification queries 2016-09-15 14:07:19 +02:00
TacticalController.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
TimelineController.php Timeline: fix link to acknowledgements 2017-05-26 12:28:34 +02:00