Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 6605
blobb5736c32fb6f49e97bb21cd3d3f6684bfeeb1409
1 Title: winperf_if: Fixed discovery of network interface alias
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1537876236
8 Class: fix
10 While parsing the winperf interface section only trailing spaces were stripped
11 off. There may also be leading spaces. Without cutting them off additional
12 information like NetConnectionID, GUID or MAC address of the interfaces were
13 not found. In this case the instance name of the interace was used as alias
14 (fallback) instead of the NetConnectionID.
16 Now if one has configured <tt>Use alias</tt> in the
17 <tt>Network Interface and Switch Port Discovery</tt> ruleset new services
18 may be discovered and old ones will be vanished.
19 In order to obtained the already used iterface names please use
20 <tt>Use description</tt> in the <tt>Network Interface and Switch Port Discovery</tt>
21 ruleset.