mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix ios-xr? (dunno)
git-svn-id: http://www.observium.org/svn/observer/trunk@2757 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -46,7 +46,8 @@ if (is_array($oids))
|
|||||||
#ENTITY-SENSOR-MIB::entPhySensorUnitsDisplay.11 = STRING: "C"
|
#ENTITY-SENSOR-MIB::entPhySensorUnitsDisplay.11 = STRING: "C"
|
||||||
|
|
||||||
$descr = $entity_array[$index]['entPhysicalName'];
|
$descr = $entity_array[$index]['entPhysicalName'];
|
||||||
if ($descr || $device['os'] == "iosxr")
|
# if ($descr || $device['os'] == "iosxr")
|
||||||
|
if ($descr)
|
||||||
{
|
{
|
||||||
$descr = rewrite_entity_descr($descr);
|
$descr = rewrite_entity_descr($descr);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user