diff --git a/includes/discovery/entity-sensor.inc.php b/includes/discovery/entity-sensor.inc.php index 4faba5cca..3d9fc8425 100644 --- a/includes/discovery/entity-sensor.inc.php +++ b/includes/discovery/entity-sensor.inc.php @@ -46,7 +46,8 @@ if (is_array($oids)) #ENTITY-SENSOR-MIB::entPhySensorUnitsDisplay.11 = STRING: "C" $descr = $entity_array[$index]['entPhysicalName']; - if ($descr || $device['os'] == "iosxr") +# if ($descr || $device['os'] == "iosxr") + if ($descr) { $descr = rewrite_entity_descr($descr); } else {