Johannes Meyer
7ba998c6b1
monitoring: Set a proper title for all controller actions
...
refs #3851
2019-07-15 08:24:44 +02:00
Johannes Meyer
d4cf7a8ec4
monitoring: Transform markdown markup in comments
...
refs #3684
refs #3441
2019-06-25 15:04:04 +02:00
Johannes Meyer
a063cc9dcf
Merge pull request #3247 from mdetrano/feature/improve-eventgrid-performance-12732
...
Improve Event Grid performance
2019-05-24 07:53:21 +02:00
mdetrano
2ecfcd2860
Update modules/monitoring/application/controllers/ListController.php
...
use form value for object type, as suggested
Co-Authored-By: Jennifer Mourek <jennifer.mourek@netways.de>
2019-05-22 13:28:47 -06:00
mdetrano
9470268f50
Update modules/monitoring/application/controllers/ListController.php
...
Use form value for from, as suggested
Co-Authored-By: Jennifer Mourek <jennifer.mourek@netways.de>
2019-05-22 13:28:24 -06:00
Johannes Meyer
201cfa2330
Merge pull request #3304 from Icinga/feature/detailview-improvement
...
Integrate DetailviewExtension into multi-select views
2019-05-02 14:02:21 +02:00
Johannes Meyer
2e2a269549
Merge pull request #3712 from ConstantinMatheis/master
...
Add check source to history details view.
2019-04-18 14:37:26 +02:00
Constantin Matheis
885640ef99
Show the check source directly below the state the check discovered
2019-04-12 14:45:06 +02:00
Johannes Meyer
6a23a641ac
Merge pull request #3678 from Icinga/feature/dont-display-check-now-if-active-checks-are-disabled-3665
...
Don't allow to reschedule checks for objects with no active checks
2019-04-12 10:58:50 +02:00
Marc DeTrano
e7d117e1b6
Improve Eventgrid performance by limititing query time range, and only querying for hosts or services as requested in the form.
2019-04-02 10:15:33 -06:00
Constantin Matheis
76cd8a0321
Added Check source to Details view.
...
refs #3687
2019-03-07 10:33:51 +01:00
Johannes Meyer
07c48d63ee
ServicesController: Already hide ignored services to reschedule in the preview list
...
refs #3665
2019-02-07 15:51:26 +01:00
Johannes Meyer
f281cf0795
HostsController: Already hide ignored hosts to reschedule in the preview list
...
refs #3665
2019-02-07 15:51:26 +01:00
Johannes Meyer
164555760b
ServicesController: Don't allow to reschedule checks if no objects have active ones
...
refs #3665
2019-02-07 15:51:26 +01:00
Johannes Meyer
f45b4640b0
HostsController: Don't allow to reschedule checks if no objects have active ones
...
refs #3665
2019-02-07 15:51:26 +01:00
Noah Hilverling
59b688e664
Fix that event detail view is not showing time in correct timezone
2019-01-10 09:54:25 +01:00
Eric Lippmann
fe3de9458b
Filter for contact name after adding restrictions
...
refs #3549
2018-11-15 17:23:40 +01:00
Markus Frosch
4753262589
DetailviewExtension: Integrate into multi-select views
...
refs #3072
2018-08-22 17:13:41 +02:00
Eric Lippmann
becd7d0504
Introduce monitoring/PluginOutputHook
...
refs #3257
2018-07-16 14:19:28 +02:00
Johannes Meyer
61103ae359
monitoring/list: Introduce action servicegroup-grid
...
refs #1017
2018-06-28 11:27:45 +02:00
Johannes Meyer
917827a87b
monitoring/list: Introduce action hostgroup-grid
...
refs #1017
2018-06-28 11:27:45 +02:00
Johannes Meyer
9b76ff5539
servicegrid: Properly handle `?flipped=0`
...
refs #2640
2018-05-07 14:14:34 +02:00
Johannes Meyer
589d1bb75c
list/servicegrid: Use a different view script when axes are flipped
...
refs #2640
2018-05-03 10:40:17 +02:00
Johannes Meyer
9ce5e2aa60
list/servicegrid: Allow to flip the grid's axes
...
Still missing:
* Flipped quick search columns
* Non-hardcoded axis labels
Probably make this a dedicated view?
refs #2640
2018-05-03 10:40:02 +02:00
Johannes Meyer
3606e5a514
tactical: Allow to filter what is displayed
...
refs #3334
2018-05-02 11:14:27 +02:00
Johannes Meyer
bbec6caf2d
TacticalController: Uppercase first letter in donut titles
...
refs #3375
2018-04-05 13:43:14 +02:00
Alexander A. Klimov
4995df8336
Make host and service groups sortable by the members' severities
...
refs #3395
2018-04-04 10:05:27 +02:00
Jennifer Mourek
2902f3330c
TacticalController: Remove UI tab element for exports
2018-02-20 12:30:56 +01:00
Jennifer Mourek
4074d7b3ac
Apply requested changes
2018-02-19 15:37:52 +01:00
Jennifer Mourek
44abd01ffc
TacticalController: Add OutputFormat and tab creation handling
...
Mimics the behaviour of the ListController
2018-02-19 11:04:39 +01:00
Alexander A. Klimov
0ad153a223
Tactical overview: always show the problems amount
...
refs #3226
2018-01-17 15:01:02 +01:00
lippserd
2fb9ce9f93
Merge pull request #3145 from Icinga/bugfix/history-eventgrid-format-2678
...
Accept /monitoring/list/eventgrid?format=*
2018-01-16 10:43:09 +01:00
Alexander A. Klimov
196cdbe4af
Implement event history detail view
...
refs #3191
2018-01-09 13:04:06 +01:00
Alexander A. Klimov
5f443af14d
Accept /monitoring/list/eventgrid?format=*
...
refs #2678
2017-11-24 17:16:33 +01:00
Eric Lippmann
3db9a1d77f
Fix TacticalController if/else complexity
2017-11-22 11:12:24 +01:00
Jennifer Mourek
d34ea588b1
Tactical overview: Add donut graphs
2017-11-21 23:38:04 +01:00
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
Eric Lippmann
f4ce2a5d82
Fix code style issues
2017-11-08 11:29:33 +01:00
Johannes Meyer
37aeff7791
Respect limits and sort orders for format requests
...
fixes #2967
2017-10-23 15:49:12 +02:00
Nicolai Buchwitz
bd5de0949d
Remove array syntax from default comment filter
...
Added comment types 'comment' and 'ack' as separate fields and removed
the array syntax due to problems with the filter editor.
refs #2925
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2017-10-23 10:45:21 +02:00
Eric Lippmann
44da318109
Remove no-op order columns Hosts Severiy and Services Severity from the host group and service group views
2017-07-27 15:03:12 +02:00
Tobias von der Krone
a7f5278aee
Timeline: fix link to acknowledgements
...
refs #2850
2017-05-26 12:28:34 +02:00
Alexander A. Klimov
10ddc8c821
Make the order of command transports easily changable
...
refs #2709
2017-02-07 19:08:18 +01:00
Johannes Meyer
181e2ef05c
Swag: Fix swag (aka a whole bunch of code style issues..)
2017-01-27 14:48:59 +01:00
Johannes Meyer
2fa854b0a8
ConfigForm: Introduce and utilize method transformEmptyValuesToNull()
...
This utility method serves as alternative for all previous custom solutions to prevent empty values from being persisted to INI files.
Since the IniWriter now handles NULL correctly, we're able to refrain from using array_filter for this purpose which was the actual cause for the referenced bug.
fixes #13357
2016-12-01 10:55:24 +01:00
Florian Strohmaier
b722f6e178
Replace icon comment w/ comment-empty
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:49 +01:00
Eric Lippmann
213804401c
Fix Web 2's remove-downtime API actions not selecting the downtime name
...
refs #11398
2016-10-07 14:44:08 +02:00
Eric Lippmann
246ad7b4d3
Remove ChartController
...
fixes #10019
2016-10-05 09:57:00 +02:00
Eric Lippmann
c547f4c17f
Fix error in the contact detail view introduced by changes to the notification queries
2016-09-15 14:07:19 +02:00
Eric Lippmann
fd6ae75803
IDO: Improve notification view performance
2016-09-14 16:18:41 +02:00