diff --git a/includes/polling/os/acsw.inc.php b/includes/polling/os/acsw.inc.php index 27eec4f64..ecd1daf24 100644 --- a/includes/polling/os/acsw.inc.php +++ b/includes/polling/os/acsw.inc.php @@ -39,7 +39,7 @@ list($version) = explode(",", $version); # $ciscomodel = str_replace("\"","",$ciscomodel); # if ($ciscomodel) { $hardware = $ciscomodel; unset($ciscomodel); } -if($hardware == "") { $hardware = snmp_get($device, "sysObjectID.0", "-Osqv", "SNMPv2-MIB:CISCO-PRODUCTS-MIB"); } +if($hardware == "") { $hardware = snmp_get($device, "sysObjectID.0", "-Osqv", "SNMPv2-MIB:CISCO-PRODUCTS-MIB:ALTEON-ROOT-MIB"); } #if(isset($cisco_hardware_oids[$poll_device['sysObjectID']])) { $hardware = $cisco_hardware_oids[$poll_device['sysObjectID']]; }