Johannes Meyer
35ba15a7a6
monitoring: Don't offer the Icinga 2 API as transport if cURL is missing
...
fixes #2661
2017-02-01 15:37:52 +01:00
Johannes Meyer
e83e317cc6
TransportConfigForm: Make the Icinga 2 API the default transport
...
fixes #2660
2017-02-01 14:52:45 +01:00
Johannes Meyer
6a37583fc7
TransportConfigForm: Fix default port not changing upon auto-submit
2017-02-01 14:49:21 +01:00
Johannes Meyer
181e2ef05c
Swag: Fix swag (aka a whole bunch of code style issues..)
2017-01-27 14:48:59 +01:00
Eric Lippmann
7dc4d3d63e
Enable propagate host downtime commands for Icinga 2 >= 2.6.0 and Icinga 1.x
...
fixes #10774
2016-12-12 12:41:14 +01:00
Alexander A. Klimov
7253fbcfa4
Command forms: make the defaults of some checkboxes configurable
...
refs #11952
2016-12-07 16:53:53 +01:00
Florian Strohmaier
0bf2bb15d5
Replace reschedule icon w/ arrows-cw for check now
...
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
2016-11-25 15:11:48 +01:00
Eric Lippmann
9d39391102
Use 'Remove acknowledgement' instead of 'Remove problem acknowledgement'
...
refs #13187
2016-11-24 12:49:40 +01:00
Eric Lippmann
93474972bf
Enable propagate host downtime commands for Icinga 2
...
This only works when using the latest Icinga 2 snapshot packages. Before releasing Web 2.4.0, we have to include a check to only offer these commands when using Icinga 2 2.6.0+
refs #10774
2016-11-08 15:27:29 +01:00
Alexander A. Klimov
b16c64443b
Merge branch 'bugfix/ini-writer-must-not-persist-section-keys-with-a-null-value-11743'
...
fixes #11743
2016-10-18 14:21:24 +02:00
Alexander A. Klimov
e2f6c81bfa
Remove obsolete workarounds
...
refs #11743
2016-10-17 15:00:43 +02:00
Jennifer Mourek
5c2711872a
StatehistoryForm: Remove autoupdate on clicking the select-boxes
...
refs #7755
2016-10-17 09:46:21 +02:00
Eric Lippmann
14cb499c1b
Change default for sticky option of acknowledgements from true to false
...
resolves #12873
2016-10-07 14:48:34 +02:00
Eric Lippmann
33506b2965
Fix send custom notification command form if backend is Icinga 2
2016-09-08 15:49:39 +02:00
Eric Lippmann
18d2084924
Disable broadcast option for send custom notification if backend is Icinga 2
2016-09-01 10:51:04 +02:00
Eric Lippmann
3ccbf37161
Provide API transport in the transport config form
...
refs #11398
2016-09-01 10:48:36 +02:00
Eric Lippmann
9b310ca1ca
Add ApiTransportForm class
...
refs #11398
2016-09-01 10:47:52 +02:00
Eric Lippmann
4fda29c1f0
Add downtime name to the delete downtimes command form
...
refs #11398
2016-08-31 15:21:31 +02:00
Eric Lippmann
5737521683
Add comment name to the delete comments command form
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
69db59a38e
Add name to the delete downtime command form
...
refs #11398
2016-08-31 15:21:30 +02:00
Eric Lippmann
59dceb4729
Add name to the delete comment command form
...
refs #11398
2016-08-31 15:21:29 +02:00
Johannes Meyer
d0cd03f324
ScheduleHostDowntimeCommandForm: Add missing use statement for DateTime
2016-04-21 15:35:29 +02:00
Alexander A. Klimov
66bdae81ac
Don't let the user schedule illogical host or service downtimes
...
refs #10847
2016-04-18 17:55:29 +02:00
Eric Lippmann
05f752ecd8
Don't offer disable notifications w/ expire time if backend is Icinga 2
...
resolves #11529
2016-04-11 10:51:37 +02:00
Eric Lippmann
5f8b994d5f
Use isIcinga2() in command forms where needed
2016-02-25 17:51:37 +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
Eric Lippmann
102ed40378
Show "Remove problem acknowledgement" in multi-select views
...
fixes #10469
2016-02-25 10:21:10 +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
9bc9b78643
monitoring: Fix Icinga 2 version detection in the toggle object features command form
2016-01-28 14:45:39 +01:00
Eric Lippmann
164a61cb84
monitoring: Fix permissions used in the toggle object features command form
2016-01-28 14:23:07 +01:00
Eric Lippmann
ba9aeada60
monitoring: Introduce granular permissions for toggling object features
...
No backwards compatibility yet. Will be added if necessary.
2016-01-28 12:29:24 +01:00
Eric Lippmann
027aaacff8
monitoring: Prepare feature command form for multi-select
...
refs #8963
2016-01-27 17:37:15 +01:00
Eric Lippmann
16bd78ac30
monitoring: Reduce auto-refresh interval after a command has been submitted
2016-01-27 16:55:34 +01:00
Eric Lippmann
bb5017d54d
monitoring: Support tab navigation in monitoring health
2016-01-18 12:57:56 +01:00
Eric Lippmann
627680d500
monitoring: Disable triggering downtimes for a host's children when using Icinga 2
...
The commands are missing in Icinga 2. Once implemented, we have to re-evaluate this.
refs #10744
2015-12-21 13:01:11 +01:00
Eric Lippmann
6065e21e3a
Remove ConfigForm::getValues() overrides where subform values are extracted manually
2015-11-26 15:40:10 +01:00
Eric Lippmann
f54441a0b4
monitoring: Fix alignment in the backend config form
...
refs #5543
2015-11-12 15:49:05 +01:00
Johannes Meyer
125ecb2f0a
ActionForm: Allow contact_name and contactgroup_name as filter column
...
Because it works now.
2015-10-05 14:05:17 +02:00
Eric Lippmann
3a27e44437
monitoring: Remove h1 from service/show and feature command forms
...
refs #5543
2015-10-01 22:53:42 +02:00
Thomas Gelf
0c0944174a
Remove ack: remove text label, hover-info suffices
2015-10-01 14:49:34 +02:00
Johannes Meyer
748a3c62fd
monitoring: Fix layout of the wizard's welcome page
...
refs #5543
2015-10-01 14:13:24 +02:00
Eric Lippmann
5fbb3893e2
monitoring: Fix submit label for remove ack
...
refs #5543
2015-10-01 02:50:23 +02:00
Eric Lippmann
b333439b2e
monitoring: Add spinner to inline command forms
...
refs #5543
2015-09-30 22:44:52 +02:00
Matthias Jentsch
417c6bb1ea
monitoring: New layout for downtime views
...
refs #5543
2015-09-30 20:20:39 +02:00
Eric Lippmann
d3ac1b16ee
Merge branch 'master' into feature/dope-layout-5543
2015-09-27 13:11:11 +02:00
Johannes Meyer
a55cced039
Merge branch 'master' into feature/custom-menu-items-5600
...
Conflicts:
modules/monitoring/application/views/scripts/list/comments.phtml
modules/monitoring/application/views/scripts/list/downtimes.phtml
2015-09-25 14:12:43 +02:00
Eric Lippmann
e7497f3ac7
monitoring/CSS: Use icon-cancel for the delete comment button
...
refs #5543
2015-09-25 11:34:55 +02:00
Eric Lippmann
af41a9c981
monitoring/CSS: Fix classes used in the delete comment command form (WIP)
...
Spinner is missing for the moment.
refs #5543
2015-09-25 11:33:07 +02:00
Eric Lippmann
fef50e9584
monitoring/CSS: Fix css classes used in the check now command form (WIP)
...
Spinner is missing for the moment.
refs #5543
2015-09-25 11:33:06 +02:00