Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 8674
blob46d627c3f82736c2ebeb5b603d920da3f91096b9
1 Title: Do not require a "hostname|" prefix when querying services columns in the host table.
2 Level: 1
3 Edition: cee
4 Component: livestatus
5 Compatible: compat
6 Version: 1.4.0b1
7 Date: 1482329916
8 Class: feature
10 While the requirement makes sense for the servicegroups table (there can be
11 multiple hosts with the same service), it is actually harmful when querying
12 the host table: One can't formulate queries like "give me all hosts which
13 don't have service FOO".
14     
15 To keep backwards compatibility *and* enabling such queries, the "hostname|"
16 prefix is optional for those columns in the host table now.