Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6595
blob302570c7150eff0f4de8363d25ca7c61c2294313
1 Title: if.include: Recognize duplicate interface items correctly
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: incomp
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1537254518
11 The recognition works correct but not in the following situation
12 where the wrong network interface data is checked.
13 <ul>
14 <li><tt>Use desciption</tt> or <tt>use alias</tt> is configured in the
15 ruleset <tt>Network Interface and Switch Port Discovery</tt>.</li>
16 <li>Two or more network interfaces exist with same description or alias.</li>
17 <li>Only one network interface with this description or alias is discovered.</li>
18 <li>The discovered network interface does not rank first.</li>
19 </ul>
21 Now the index is attached if an alias or description exists at least twice.