more polling fixes

git-svn-id: http://www.observium.org/svn/observer/trunk@1450 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans 2010-07-21 00:11:33 +00:00
parent 84de6a0528
commit 63956f5f1b
3 changed files with 3 additions and 3 deletions

View File

@ -47,6 +47,6 @@ $version = str_replace("\"","", $version);
$features = str_replace("\"","", $features);
$hardware = str_replace("\"","", $hardware);
include("hr-mib.inc.php");
include("includes/polling/hr-mib.inc.php");
?>

View File

@ -42,6 +42,6 @@ $features = str_replace("\"","", $features);
$hardware = str_replace("\"","", $hardware);
include("hr-mib.inc.php");
include("includes/polling/hr-mib.inc.php");
?>

View File

@ -1,6 +1,6 @@
<?php
$version = trim(snmp_get($device, "1.3.6.1.4.1.14988.1.1.4.4.0", "-OQv", "", ""),'"');
$features .= " Level " . trim(snmp_get($device, "1.3.6.1.4.1.14988.1.1.4.3.0", "-OQv", "", ""),'"');
$features .= "Level " . trim(snmp_get($device, "1.3.6.1.4.1.14988.1.1.4.3.0", "-OQv", "", ""),'"');
?>