diff --git a/includes/discovery/processors/hrdevice.inc.php b/includes/discovery/processors/hrdevice.inc.php index d159715c0e..777ad39f42 100755 --- a/includes/discovery/processors/hrdevice.inc.php +++ b/includes/discovery/processors/hrdevice.inc.php @@ -36,6 +36,9 @@ if (is_array($hrDevice_array)) rename($old_rrd,$new_rrd); echo("Moved RRD "); } + + if($device['os'] = "arista-eos" && $index == "1") { unset($descr); } + if (isset($descr) && $descr != "An electronic chip that makes the computer work.") { discover_processor($valid['processor'], $device, $usage_oid, $index, "hr", $descr, "1", $usage, NULL, $hrDeviceIndex);