Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3163
blob58b8d9e01d146378262e39a61d59a23e71980776
1 Title: Treat interface name '1' and '01' as identical when grouping interfaces
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i4
6 Date: 1454680372
7 Class: fix
9 Problem was that in the discovery rule for creating interface groups you had
10 to specify <tt>01</tt> as item (just it appeared in the service), while the
11 actual check compared agains the index (<tt>1</tt>). Both are treated identical
12 now and in the rule you may specify either <tt>01</tt> or <tt>1</tt>.