Add Support for Gude 7214

This pretty minor patch adds support for Gude Expert Box 7214 Temperature Sensors.

Had no Humidity Sensors at hand, but they should work similar.

--- a/gude_temp
+++ b/trude_temp
@@ -52,12 +52,13 @@ check_info['gude_temp'] = {
     'check_function'          : check_gude_temp,
     'service_description'     : 'Temperature %s',
     'has_perfdata'            : True,
-    'snmp_info'               : ('.1.3.6.1.4.1.28507', [ "19", "38", "66" ], [
+    'snmp_info'               : ('.1.3.6.1.4.1.28507', [ "19", "38", "66", "67" ], [
                                         OID_END,
                                     "1.6.1.1.2",    # GUDEADS-EPC****-MIB::epc****TempSensor
                                 ]),
     'snmp_scan_function'      : lambda oid: oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.4.1.28507.19") or \
                                             oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.4.1.28507.38") or \
+                                            oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.4.1.28507.67") or \
                                             oid(".1.3.6.1.2.1.1.2.0").startswith(".1.3.6.1.4.1.28507.66"),
     'group'                   : 'temperature',
     'default_levels_variable' : 'gude_temp_default_levels',

Thanks for the patch. This will be released with werk #10666.
May I reference your nickname?

3 Likes

that would be fine. thanks.

https://checkmk.de/check_mk-werks.php?werk_id=10666

released