Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6425
blob81f5b575b6b04449851d7b0387f70e60282d9bc6
1 Title: Improved validation of timeperiods before deletion
2 Level: 1
3 Component: wato
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1533286445
11 When deleting a timeperiod via WATO some validations are made that this
12 time period is not used anymore and can be deleted without issues.
14 In previous versions this check was checking this places:
16 <ul>
17 <li>Host & service rules like service / host notification and check periods</li>
18 <li>Notification period in user profiles</li>
19 <li>Timeperiod exclusions in other timeperiods</li>
20 </ul>
22 These missing validations have been added now:
24 <ul>
25 <li>Timeperiod condition in notification and alerting rules</li>
26 <li>Bulk operation in notification rules</li>
27 <li>Timeperiod condition in Event Console rules</li>
28 <li>Host & service rules: time specific parameters</li>
29 </ul>
31 CMK-669