fix netstats-ip

git-svn-id: http://www.observium.org/svn/observer/trunk@3006 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-04-09 13:30:00 +00:00
parent 7ffe4f2de1
commit 79f90c05f3
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ function snmp_get_multi($device, $oids, $options = "-OQUs", $mib = NULL, $mibdir
{
global $debug,$config,$runtime_stats,$mibs_loaded;
if(!$options) { $options = "-OQUs"; }
if (is_numeric($device['timeout']) && $device['timeout'] > 0)
{
$timeout = $device['timeout'];