Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 2052
blobb5e646c7af445f50c59ebe548a3ce99cfcc87360
1 Title: winperf_if: Now able to automatically group teamed interfaces and more
2 Level: 2
3 Component: checks
4 Compatible: incomp
5 Version: 1.2.7i1
6 Date: 1425390249
7 Class: feature
9 The winperf_if check is now able to detect teamed interfaces.
10 This information is provided by the updated wmic_if.ps1 plugin.
12 Right now, the teamed interfaces are no longer listed separately.
13 There will be a configuration option soon which allows you to configure
14 this behaviour.
16 H2: Incompatible change
17 The service descriptions for this check did never show the human
18 readable/editable interface name - the <i>NetConnectionID</i>.
19 This has been fixed. This information is now provided in the alias information
20 of each interface.<br>
21 If you have used the configuration option <tt>if_inventory_uses_alias</tt>, the
22 interface will now have a different name. Therefore the service description changes
23 and the performance data will get lost.<br>
24 A workaround for this problem is to use <tt>if_inventory_uses_description</tt> instead.<br>
25 For windows hosts the setting <tt>if_inventory_uses_alias</tt> and <tt>if_inventory_uses_description</tt>
26 meant the same in previous versions. With this update only the meaning of <tt>if_inventory_uses_alias</tt> has changed.