icingaweb2/modules/monitoring/application/controllers
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
..
ChartController.php Chart colors should fix layout / monitoring state colors 2014-03-07 23:24:41 +00:00
CommandController.php Improve command submission notification messages 2014-03-20 16:34:35 +00:00
ConfigController.php Make dashboard components using the ini writer class 2014-04-29 11:30:53 +02:00
ListController.php Monitoring/ListController: Operate on the `hostStatus' view instead of the query 2014-05-07 09:40:23 +02:00
MonitoringCommands.php Rename Icinga 2 Web to Icinga Web 2 2013-10-23 15:11:06 +02:00
MultiController.php Preserve multiselection during refresh 2014-04-28 09:48:06 +02:00
ProcessController.php Restyle process info and shorten performance info 2014-03-10 00:49:21 +01:00
ShowController.php Fix exception on 404 in monitoring/show/ 2014-04-09 08:44:51 +02:00
TacticalController.php Refine tactical overview style 2014-03-10 15:09:53 +01:00
TimelineController.php Move non-factory functions from DateTimeFactory to Icinga\Util\Format 2014-04-28 14:06:39 +02:00