icingaweb2/modules/monitoring/application
Eric Lippmann 068e07109b Monitoring/ListController: Operate on the `hostStatus' view instead of the query
The monitoring module's ListController should only operate on data views instead of queries.
Thus the applyRestrictions() method now expects a data view instead of a query. Further since
filters are subject to change the applyRestrictions() method now does nothing.

The `hostsAction()' no longer uses `DataView::fromRequest()' but selects the data view from
a monitoring backend. `DataView::fromRequest()' orders the underlying query which must be reworked
in the current scenario.
2014-05-07 09:40:23 +02:00
..
clicommands Fix usages of Icinga\Module\Monitoring\Plugin\* 2014-05-05 16:16:45 +02:00
controllers Monitoring/ListController: Operate on the `hostStatus' view instead of the query 2014-05-07 09:40:23 +02:00
forms Add PieChart to display hosts and services, improve layout and fix flag 2014-04-28 09:48:06 +02:00
views Fix usages of Icinga\Module\Monitoring\Plugin\* 2014-05-05 16:16:45 +02:00