Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5459
blob6e07a4af05b5e037286398d9733eff165db14edf
1 Title: Disallow group-related wait objects, avoiding crashes
2 Level: 1
3 Component: livestatus
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1510655533
8 Class: fix
10 Using wait objects on some tables (hostsbygroup, servicesbygroup,
11 servicesbyhostgroup) doesn't really make sense: Hosts and services can be
12 part of many groups, so we would have to conjure up a random group out of
13 thin air.  Consequently, we forbid wait objects on these tables now. 
14 Previously, the monitoring core crashed when we would try to wait on such an
15 object, anyway.