Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 4075
blobb6a50a5ad3e5278753d38f7816527c97dd9e0518
1 Title: Activate Changes supports comments, is faster and tracks per-site-changes more precise
2 Level: 2
3 Component: wato
4 Compatible: compat
5 Version: 1.4.0i3
6 Date: 1480321696
7 Class: feature
9 The activate changes dialog of WATO has been reworked to improve several things:
11 <ul>
12     <li>It is now possible to add a comment during an activation. This optional comment
13         is written to the audit log and can be used to document the logical reason for
14         the changes you have made.</li>
15     <li>Several activations can now run in parallel while they not affect the same site.
16         This means that on each site one activation can be executed at the same time.</li>
17     <li>Pending changes are now correctly acknowledged. In previous version when you started
18         an activating, made a change during the run, the run acknowledged this just created
19         change even if it has not been activated by the just finished activation run.</li>
20     <li>Pending changes are now tracked for each site individually. Previous version only
21         knew whether or not a change has been activated on <i>all</i> sites.</li>
22     <li>Fixed locking problems during activation leading to possible issues when multiple
23         users execute activations in parallel.</li>
24     <li>You can now select a custom collection of sites and activate them in a bulk.</li>
25 </ul>