Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 3288
blob8df4be204aa7247d888f99e0489e665cafe2ccec
1 Title: Implemented grouping of services in table views
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1457961576
7 Class: feature
9 You can now configure the service table views to group the service row together
10 to expandable groups. This can be configured using the global setting
11 "Grouping of services in table views".
13 For example if you have a host with several network interfaces
14 which are all named like "Interface 1", "Interface 2" and so on, you can create
15 a single group out of them. You can name the group "Interfaces" and configure
16 a pattern like "Interface .*" for matching all your interface services. Once saved
17 you can open up the service list page of the host and see all interface services
18 hidden and grouped together.
20 Please note that only services in OK (and not stale) state are grouped together. If
21 one of the interfaces is in a problematic state, it will not be hidden by the grouping
22 mechanism.