Matthias Jentsch
fe2ee3617b
Remove pie charts from multi-views
...
refs #8565
2015-05-18 13:56:35 +02:00
Matthias Jentsch
6658415b6f
Remove uneeded use statements
2015-05-11 14:40:23 +02:00
Matthias Jentsch
25f397042b
Merge branch 'master' into feature/improve-multi-select-view-8565
...
Conflicts:
modules/monitoring/application/controllers/HostsController.php
modules/monitoring/application/controllers/ServicesController.php
modules/monitoring/application/views/scripts/hosts/show.phtml
modules/monitoring/application/views/scripts/list/hosts.phtml
modules/monitoring/application/views/scripts/partials/host/objects-header.phtml
modules/monitoring/application/views/scripts/partials/service/objects-header.phtml
modules/monitoring/application/views/scripts/services/show.phtml
modules/monitoring/public/css/module.less
public/js/icinga/behavior/tooltip.js
2015-05-11 13:28:43 +02:00
Johannes Meyer
41222fd34e
Service multiselection view: Add dashboard action
...
refs #7876
2015-04-20 14:59:20 +02:00
Johannes Meyer
8b18c5a60a
Fix parameters to ignore when setting a filter for the ServiceList
...
refs #7876
2015-04-20 13:18:36 +02:00
Johannes Meyer
4b43fbe527
Host- and Service multiselection: Ensure dashboard compliance
...
refs #7876
2015-04-20 13:03:13 +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
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
Matthias Jentsch
0312d8d6da
Add pie chart and state summary to command forms
...
refs #8565
2015-04-09 14:01:56 +02:00
Matthias Jentsch
878ef05896
Fix "show all downtimes" links
...
refs #8565
2015-04-09 11:19:13 +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
1c5a091584
Generate filter in host and service lists
...
refs #8565
2015-04-07 16:29:10 +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
Marius Hein
ddc8dd5d4c
Add command send custom notification to monitoring module
...
refs #8644
2015-03-12 16:08:22 +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
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
Matthias Jentsch
860cc59155
Implement new layout for service multi-view
...
refs #8565
2015-03-05 18:32:38 +01:00
Johannes Meyer
a2f88dc60f
Commands: Use native form title and description support where appropriate
...
refs #7947
refs #7976
2015-03-02 18:40:47 +01:00
Johannes Meyer
77b60588bc
Add proper titles to the multi selection controller tabs
...
refs #8458
2015-02-23 16:57:32 +01:00
Eric Lippmann
6bae2e0a53
Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL
2015-02-04 10:52:27 +01:00
Eric Lippmann
5b5ad0acb9
monitoring/security: Add missing permission checks of command actions
2015-02-03 17:36:53 +01:00
Eric Lippmann
5b4fab0750
Add license header
...
This time without syntax errors hopefully :)
2015-02-03 16:27:59 +01:00
Eric Lippmann
5fa2e3cfdc
Revert "Add license header"
...
This reverts commit 338d067aba
.
2015-02-03 16:16:26 +01:00
Eric Lippmann
338d067aba
Add license header
...
fixes #7788
2015-02-03 15:51:04 +01:00
Eric Lippmann
946a903a39
Merge branch 'bugfix/Improve-tooltip-descriptions-8110'
...
fixes #8110
2015-02-03 12:38:59 +01:00
Eric Lippmann
dd0638c5d0
monitoring: Improve tooltips for services command links
...
refs #8110
2015-02-03 12:35:06 +01:00
Johannes Meyer
8b377cd651
Use the new command-view scripts
2015-02-02 16:30:52 +01:00
Matthias Jentsch
ec38c0c817
Fix pies in multi views
2015-01-05 11:33:19 +01:00
Eric Lippmann
bf92f9fa85
monitoring: Fix the link to services in downtime when multiple services are selected
2014-12-29 12:25:41 +01:00
Eric Lippmann
2db2865433
Do not use an extra loop for generating the unhandled objects filter in ServicesController.php
2014-12-29 12:11:49 +01:00
Matthias Jentsch
cda5a6a903
Streamline chart implementation
...
Define sparkline layout through CSS class and remove label/tooltip formatting.
fixes #7077
2014-12-23 15:26:45 +01:00
Matthias Jentsch
64a2acd12e
Do not display labels for single data sets in perfdata piecharts
...
Display generic chart titles for the whole piechart that only contain title and percentage and don't style perfdata piecharts using HTML properties.
refs #7077
refs #6200
refs #7304
2014-12-23 15:14:17 +01:00
Johannes Meyer
086334c861
Properly build the unhandled action links when showing multiple objects
...
The links designated to acknowledge unhandled problems or to schedule
a downtime for them were generated based on the full list of objects and
limited by non-supported filter parameters. As we are already aware of the
exact "unhandled" objects this list is now used to generate proper links.
(Btw applying filters to URLs is a mess...)
fixes #8017
2014-12-22 13:59:03 +01:00
Johannes Meyer
b307fe2791
Reorder use statements to be in alphabetical order
2014-12-12 12:44:31 +01:00
Johannes Meyer
ddc121d1cc
Add ProcessCheckResultCommandForm
...
refs #6854
2014-12-11 15:52:23 +01:00
Eric Lippmann
9f109f9b93
Fix redirect after submitting commands to multiple objects
...
fixes #7711
2014-11-20 17:47:08 +01:00
Johannes Meyer
3166c518e1
Rename Icinga\Module\Monitoring\Form to Icinga\Module\Moni...\Forms
...
refs #7553
2014-11-14 11:17:22 +01:00
Alexander Klimov
ba12d7b46c
Use mt() in the monitoring module instead of just t()
...
fixes #7330
2014-10-21 17:22:16 +02:00
Matthias Jentsch
f188bf6b9c
Make "hosts" and "services" views responsive
2014-10-01 09:24:52 +02:00
Eric Lippmann
3229e5e587
monitoring: Add new multiselection controllers
2014-09-23 22:47:26 -07:00