From ded54f3a9ba16c186d9f2b6678e6009d1773ae32 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Mon, 9 Apr 2012 10:59:31 +0000 Subject: [PATCH] add Alteon MIB to discover model of some Cisco ACE git-svn-id: http://www.observium.org/svn/observer/trunk@3000 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/polling/os/acsw.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']]; }