diff --git a/check_mk/hh3c_entity/checks/hh3c_entity_temp b/check_mk/hh3c_entity/checks/hh3c_entity_temp index 156b98cb0..5cd0c15f8 100644 --- a/check_mk/hh3c_entity/checks/hh3c_entity_temp +++ b/check_mk/hh3c_entity/checks/hh3c_entity_temp @@ -255,8 +255,9 @@ check_info['hh3c_entity_temp'] = { 'check_function' : check_hh3c_entity_temp, 'inventory_function' : inventory_hh3c_entity_temp, "service_description" : "Temperature %s", - 'snmp_scan_function' : lambda oid: 'Comware Platform Software' in oid('.1.3.6.1.2.1.1.1.0') and \ - oid('.1.3.6.1.4.1.25506.2.6.1.1.1.1.12.1') != None, + 'snmp_scan_function' : lambda oid: ('Comware Platform Software' in oid('.1.3.6.1.2.1.1.1.0') and \ + oid('.1.3.6.1.4.1.25506.2.6.1.1.1.1.8.1') != None) or ( + ('1910' in oid('.1.3.6.1.2.1.1.1.0'))) , 'snmp_info' : ( '.1.3.6.1', [ '2.1.47.1.1.1.1.2',