Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2172
blob6bed646875e5f31e4741b1aa94faaae2067843b7
1 Title: Allowing OIDs in checks not starting with a dot again
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1428562298
10 Within Check_MK it is not allowed to use SNMP OIDs not starting with a ".".
11 The last release introduced a check which forced all users to fix the SNMP OID
12 declarations which don't start with a dot.
14 Because many users had problems with this error, e decided to make this check less
15 restrictive. The check accepts the missing dots now and adds it silently for
16 internal processing. Only in debug mode such OID definitions leads to an exception.