1 Title: Allowing OIDs in checks not starting with a dot again
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.