mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -163,7 +163,7 @@ class OS implements ProcessorDiscovery, OSDiscovery, MempoolsDiscovery
|
||||
*
|
||||
* @param string $oid textual oid
|
||||
* @param string $mib mib for this oid (optional)
|
||||
* @param string $depth depth for snmpwalk_group (optional)
|
||||
* @param int $depth depth for snmpwalk_group (optional)
|
||||
* @return array array indexed by the snmp index with the value as the data returned by snmp
|
||||
*/
|
||||
public function getCacheTable($oid, $mib = null, $depth = 1)
|
||||
@@ -184,7 +184,7 @@ class OS implements ProcessorDiscovery, OSDiscovery, MempoolsDiscovery
|
||||
/**
|
||||
* Check if an OID has been cached
|
||||
*
|
||||
* @param $oid
|
||||
* @param string $oid
|
||||
* @return bool
|
||||
*/
|
||||
public function isCached($oid)
|
||||
|
Reference in New Issue
Block a user