1 Title: winperf_if: Now able to automatically group teamed interfaces and more
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
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.