Johannes Meyer
|
96954ea9a1
|
NotificationQuery: Use query column host_name' instead of host'
refs #8613
|
2015-04-13 15:24:15 +02:00 |
|
Johannes Meyer
|
24e06e5bc0
|
Alertsummary: Remove another bunch of redundant query columns
|
2015-04-13 15:15:42 +02:00 |
|
Johannes Meyer
|
c10617d409
|
Servicegroups: Use query column servicegroup_name' instead of servicegroup'
refs #8613
|
2015-04-10 16:28:57 +02:00 |
|
Johannes Meyer
|
c59d5ac7d5
|
Hostgroups: Use query column hostgroup_name' instead of hostgroup'
refs #8613
|
2015-04-10 16:28:33 +02:00 |
|
Johannes Meyer
|
1c32d8ebe5
|
DowntimeQuery: Add _name suffix to the query column `downtime_author'
...to indicate that it's a case-sensitive column.
refs #8613
|
2015-04-10 14:23:05 +02:00 |
|
Johannes Meyer
|
fda261bf22
|
Use case-sensitive query columns when filtering downtimes by object
refs #8613
|
2015-04-10 14:19:38 +02:00 |
|
Johannes Meyer
|
0fe59aa519
|
Revert "ContactQuery: Provide ci query columns for aliases and email addresses"
This reverts commit f00adc2138158dd2c5c75b881aff5fc34cae7d70.
Conflicts:
modules/monitoring/library/Monitoring/Backend/Ido/Query/ContactQuery.php
|
2015-04-10 12:23:35 +02:00 |
|
Alexander A. Klimov
|
a817d9070e
|
Move setupSortControl() from Monitoring_ListController to Icinga\Web\Controller
|
2015-04-10 11:36:25 +02:00 |
|
Johannes Meyer
|
f00adc2138
|
ContactQuery: Provide ci query columns for aliases and email addresses
refs #8613
|
2015-04-10 09:45:23 +02:00 |
|
Johannes Meyer
|
3c47ba11eb
|
monitoring/show/contact: Require contact_name' instead of contact'
refs #8613
|
2015-04-10 09:39:39 +02:00 |
|
Matthias Jentsch
|
f4c69395b1
|
Add missing database columns
refs #8565
|
2015-04-09 17:15:26 +02:00 |
|
Matthias Jentsch
|
f2eb20945e
|
Deduplicate service and host flags icon handling in multi-view
refs #8565
|
2015-04-09 15:52:03 +02:00 |
|
Johannes Meyer
|
044a15d113
|
Alertsummary: Do not fetch more columns than necessary..
|
2015-04-09 14:29:26 +02:00 |
|
Johannes Meyer
|
2c38ccda5c
|
EventHistoryQuery: Drop column `service_host_name'
refs #8613
|
2015-04-09 14:19:31 +02:00 |
|
Johannes Meyer
|
84a2727523
|
Eventhistory: Fetch object names using their columns with initial collation
refs #8613
|
2015-04-09 14:17:27 +02:00 |
|
Matthias Jentsch
|
0312d8d6da
|
Add pie chart and state summary to command forms
refs #8565
|
2015-04-09 14:01:56 +02:00 |
|
Johannes Meyer
|
5372dfb7f1
|
Fetch a comment's author using `comment_author_name'
refs #8613
|
2015-04-09 13:07:50 +02:00 |
|
Johannes Meyer
|
cb95f53dba
|
CommentQuery: Fetch and display object names with their initial collation
i.e. `host_name' instead of `comment_host' alias `host'
and `service_description' instead of `comment_service' alias `service'.
refs #8613
|
2015-04-09 12:49:06 +02:00 |
|
Matthias Jentsch
|
878ef05896
|
Fix "show all downtimes" links
refs #8565
|
2015-04-09 11:19:13 +02:00 |
|
Johannes Meyer
|
7d984665d6
|
Use `host_name' to decide whether to show a service's host or not
`host' might match multiple hosts even if no * is being part of the filter.
refs #8613
|
2015-04-09 11:12:09 +02:00 |
|
Johannes Meyer
|
09ab601942
|
Require service_description' instead of service' to show a particular service
`service' implies that it is possible to provide case-less identifiers which is
*not* possible.
refs #8613
|
2015-04-08 16:49:52 +02:00 |
|
Johannes Meyer
|
b93d18a0fc
|
Require host_name' instead of host' to show or list particular objects
`host' implies that it is possible to provide case-less identifiers which is
*not* possible.
refs #8613
|
2015-04-08 16:25:29 +02:00 |
|
Johannes Meyer
|
13596ec70f
|
ShowController: Remove obsolete use statements
|
2015-04-08 15:21:16 +02:00 |
|
Alexander A. Klimov
|
20b09d3bda
|
Inherit from Icinga\Web\Controller rather than from Icinga\Web\Controller\ModuleActionController
|
2015-04-08 15:13:59 +02:00 |
|
Matthias Jentsch
|
9ac89edb86
|
Add filter to summary links
Add the multiselection filter as a base filter to the state summary, to ensure that the summary links only selected services.
refs #8565
|
2015-04-07 18:00:36 +02:00 |
|
Matthias Jentsch
|
028c3ba08c
|
Fix list-all link in host multi views opened from a service-selection
refs #8565
|
2015-04-07 17:43:45 +02:00 |
|
Matthias Jentsch
|
1c5a091584
|
Generate filter in host and service lists
refs #8565
|
2015-04-07 16:29:10 +02:00 |
|
Matthias Jentsch
|
6c0f9cf6f5
|
Remove comment lists from multi-select views.
refs #8565
|
2015-04-02 16:51:09 +02:00 |
|
Matthias Jentsch
|
45a0982beb
|
Add new tab to switch between host and service multi-selection
refs #8565
|
2015-04-02 16:44:05 +02:00 |
|
Matthias Jentsch
|
5619ac960c
|
Add inline pies to host and service back to multi-select views
Add old inline pie code and visualize handled/unhandled state.
refs #8565
|
2015-04-02 16:25:20 +02:00 |
|
Eric Lippmann
|
83408ee21b
|
Use Controller::translate() instead of mt() in the AlertsummaryController
refs #7330
|
2015-03-30 12:04:58 +02:00 |
|
Eric Lippmann
|
be53f4f9bc
|
Use Controller::translate() instead of t()/mt() in the ChartController
refs #7330
|
2015-03-30 12:04:05 +02:00 |
|
Eric Lippmann
|
820862d546
|
Use Controller::translate() instead of t() in the AlertsummaryController
refs #7330
|
2015-03-30 11:58:48 +02:00 |
|
Johannes Meyer
|
f4e5a7f666
|
Do not try to set a title on a set of tabs
That's not working anymore since the title related changes were reverted
|
2015-03-13 11:31:24 +01:00 |
|
Thomas Gelf
|
edf55728cb
|
monitoring/list: fix addcolumns VS addColumns
refs #8641
|
2015-03-13 09:07:02 +01:00 |
|
Eric Lippmann
|
be041435d3
|
Merge branch 'bugfix/unnecessary-joins-8614'
fixes #8614
|
2015-03-12 16:47:10 +01:00 |
|
Marius Hein
|
cb28f00c4d
|
Merge branch 'master' into feature/custom-notification-command-8644
|
2015-03-12 16:45:57 +01:00 |
|
Eric Lippmann
|
53626ccfeb
|
Merge branch 'master' into bugfix/unnecessary-joins-8614
|
2015-03-12 16:40:16 +01:00 |
|
Eric Lippmann
|
90971f2caf
|
Revert "Merge branch 'feature/organize-headings-7976'"
This reverts commit ea2a17a76c4c4b1a3df13c44016a009694026e00, reversing
changes made to e72de8dfe1456cbb50852d8b7910e0013cab3aaa.
refs #7976
fixes #8647
|
2015-03-12 16:08:34 +01:00 |
|
Marius Hein
|
ddc8dd5d4c
|
Add command send custom notification to monitoring module
refs #8644
|
2015-03-12 16:08:22 +01:00 |
|
Matthias Jentsch
|
95a83a41bd
|
Provide a link back to all selected objects in multi-views
refs #8565
|
2015-03-06 18:03:56 +01:00 |
|
Matthias Jentsch
|
266e781a93
|
Deduplicate Hosts and Services-Controller
Create functions in abstract class for filtering hosts and services, instead of reimplementing it in the controller.
|
2015-03-06 17:52:06 +01:00 |
|
Matthias Jentsch
|
1cfcb934b0
|
Deduplicate state summary
Use existing partials for rendering the state summary instead of a new one.
refs #8565
|
2015-03-06 17:30:59 +01:00 |
|
Matthias Jentsch
|
9c45e99b57
|
Add tiny statesummary to service multi-view
refs #8565
|
2015-03-06 16:13:00 +01:00 |
|
Matthias Jentsch
|
f91ce0cfa1
|
Fix delete comment command in host multi-view
refs #8565
|
2015-03-06 13:27:48 +01:00 |
|
Eric Lippmann
|
cbf39a2d99
|
Use host_name and service_description columns in the downtime overview
refs #8614
|
2015-03-06 13:14:56 +01:00 |
|
Matthias Jentsch
|
a077472226
|
Make tabs available in all host controller actions
refs #8565
|
2015-03-06 12:53:58 +01:00 |
|
Matthias Jentsch
|
71534369ef
|
Implement new layout for host multi-view
refs #8543
|
2015-03-06 12:31:34 +01:00 |
|
Matthias Jentsch
|
cb0ca6d6ac
|
Remove unused piechart code
|
2015-03-06 09:41:38 +01:00 |
|
Matthias Jentsch
|
ef16ba5f48
|
Add commands for adding comments to services
refs #8348
|
2015-03-06 09:23:11 +01:00 |
|