985 Commits

Author SHA1 Message Date
Alexander A. Klimov
196cdbe4af Implement event history detail view
refs #3191
2018-01-09 13:04:06 +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
Eric Lippmann
9c766c0241 Select downtime name in the multi select detail view
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
c982c96e16 Select downtime name in the downtime detail view
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
57406245ca Select downtime name in the downtime list view
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
b0be1e56dd Select comment name in the multi select detail view
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
25a17b0bc9 Select comment name in the comment detail view
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
39f225a627 Select comment name in the comment list view
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
ba5fe61fa9 monitoring: Make timeline colors accessible
fixes #11871
2016-06-01 14:40:55 +02:00
Alexander A. Klimov
f75d268c3e monitoring/config: honor permissions
fixes #11691
2016-04-28 11:43:01 +02:00
Alexander A. Klimov
dda44bf7ba ConfigController: ignore URL parameter `backend'
refs #11392
2016-04-26 12:54:02 +02:00
Alexander A. Klimov
4b9a20f239 ConfigController: inherit from Icinga\Web\Controller directly
refs #11392
2016-04-25 17:22:13 +02:00
Alexander A. Klimov
aa57981b3e ConfigController: don't use Monitoring\Controller::$backend
refs #11392
2016-04-25 17:19:57 +02:00
Eric Lippmann
5afc54d973 monitoring: Select instance_name in multi-select views
Before, if all command transports are configured to filter for a specific instance, no command would have been sent to Icinga.
2016-04-12 13:23:13 +02:00
Eric Lippmann
f50906dade monitoring: Use descriptive variable names in servicesAction() 2016-03-31 10:27:01 +02:00
Eric Lippmann
913c024e46 monitoring: Use descriptive variable names in servicegroupsAction() 2016-03-31 10:27:01 +02:00
Eric Lippmann
9e4d5387ab monitoring: Use descriptive variable names in notificatiosnAction() 2016-03-31 10:26:40 +02:00
Eric Lippmann
c1dce54b71 monitoring: Use descriptive variable names in hostsAction() 2016-03-31 10:26:40 +02:00
Eric Lippmann
7bc17aee74 monitoring: Update content markup in host groups 2016-03-31 10:26:40 +02:00
Eric Lippmann
28e639bde1 monitoring: Use descriptive variable names in hostgroupsAction() 2016-03-31 10:26:39 +02:00
Eric Lippmann
40e1c96df0 monitoring: Use descriptive variable names in downtimesAction() 2016-03-31 10:26:39 +02:00
Eric Lippmann
bb565b28aa monitoring/contacts: Remove sort by time period 2016-03-31 10:26:38 +02:00
Eric Lippmann
af2a26474e monitoring: Use descriptive variable names in contactsAction() 2016-03-31 10:26:38 +02:00
Eric Lippmann
a2ff8c9778 monitoring: No longer provide contact columns in the contact group query
Contacts query w/ filter for contact group should be used instead.
2016-03-31 10:26:27 +02:00
Eric Lippmann
975230d116 monitoring: Use descriptive variable names in commentsAction() 2016-03-31 10:10:28 +02:00
Johannes Meyer
1dca5bd123 ActionsController: Pass the backend to downtime command forms
fixes #11260
2016-02-29 15:25:03 +01:00
Eric Lippmann
02eea2ad11 Disable persistent comment checkbox if backend is Icinga 2
refs #11100
2016-02-25 17:51:02 +01:00
Eric Lippmann
863bf08864 Use isIcinga2() in the ToggleInstanceFeaturesCommandForm 2016-02-25 17:48:32 +01:00
Alexander A. Klimov
d257c71c54 Respect permission for check now on multiple services
refs #10397
2016-02-24 12:40:00 +01:00
Alexander A. Klimov
23841b635e Respect permission for check now on multiple hosts
refs #10397
2016-02-24 12:39:54 +01:00
Alexander A. Klimov
474803fee4 Change all license headers to only reflect a file's year of creation
refs #11000
2016-02-08 15:41:00 +01:00
Eric Lippmann
0a3580cd98 monitoring: Add missing obsessing column in multi-select views 2016-01-28 14:23:27 +01:00
Eric Lippmann
dee6f4d797 monitoring: Control features for multiple selected hosts
refs #8963
2016-01-27 17:42:51 +01:00
Eric Lippmann
e45723c4db monitoring: Control features for multiple selected services
refs #8963
2016-01-27 17:38:31 +01:00
Eric Lippmann
9885d74d24 monitoring: Fix ServiceController::getServiceActions() after changing hook usage 2016-01-12 08:58:32 +01:00