From 99d3b1c7f7e9defba6492a4e6dc8197b0a0503d2 Mon Sep 17 00:00:00 2001 From: rolandsteinmeyer <38663258+rolandsteinmeyer@users.noreply.github.com> Date: Wed, 1 Aug 2018 07:46:36 +0200 Subject: [PATCH] Update hh3c_entity_temp --- check_mk/hh3c_entity/checks/hh3c_entity_temp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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',