Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1126
blobc15dc7de81d48c9285731b509bdf599a2fba3159
1 Title: bluecat_ntp: check no longer crashes on evaluating sysLeap values higher than 1
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.5i6
6 Date: 1413379702
7 Class: fix
9 The oid sysLeap is specificied as bitfield.
10 The 4 possible values are reported as
12 <ul>
13 <li>0: no warning</li>
14 <li>1: add second</li>
15 <li>10: subtract second</li>
16 <li>11: Alarm</li>
17 </ul>
18 <br>
20 The previous implementation was incorrected, because it expected the numbers 0-3.