Werk #1126: bluecat_ntp: check no longer crashes on evaluating sysLeap values higher than 1
Component | Checks & agents | ||
Title | bluecat_ntp: check no longer crashes on evaluating sysLeap values higher than 1 | ||
Date | Oct 15, 2014 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The oid sysLeap is specificied as bitfield. The 4 possible values are reported as
- 0: no warning
- 1: add second
- 10: subtract second
- 11: Alarm
The previous implementation was incorrected, because it expected the numbers 0-3.