basic comware (h3c now hp replacing procurve)

git-svn-id: http://www.observium.org/svn/observer/trunk@2697 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-10-24 13:57:04 +00:00
parent eeed8a83e5
commit 569e5186b6
14 changed files with 9148 additions and 15 deletions
-1
View File
@@ -22,7 +22,6 @@
$poll_device['sysName'] = strtolower($poll_device['sysName']);
$hrSystemUptime = snmp_get($device, "hrSystemUptime.0", "-Oqv", "HOST-RESOURCES-MIB");
$sysObjectID = snmp_get($device, "sysObjectID.0", "-Oqvn");
if ($hrSystemUptime != "" && !strpos($hrSystemUptime, "No") && ($device['os'] != "windows"))
{