mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
cleanups, small fixes and remove test-*php from the root
git-svn-id: http://www.observium.org/svn/observer/trunk@1998 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -105,11 +105,10 @@ function snmp_get($device, $oid, $options = NULL, $mib = NULL, $mibdir = NULL)
|
||||
$device['transport'] = "udp";
|
||||
}
|
||||
|
||||
|
||||
if (strstr($oid,' '))
|
||||
{
|
||||
echo "BUG: snmp_get called for multiple OIDs: $oid\n";
|
||||
echo "Please report this to the Observium team.";
|
||||
echo("BUG: snmp_get called for multiple OIDs: $oid\n");
|
||||
echo("Please report this to the Observium team.");
|
||||
}
|
||||
|
||||
if ($config['snmp']['internal'] == true)
|
||||
|
||||
Reference in New Issue
Block a user