mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
ource of MIBs is www.pbnglobal.com
This commit is contained in:
@@ -83,7 +83,7 @@ unset($lldp_array);
|
||||
|
||||
if ($device['os'] == 'pbn' && $config['autodiscovery']['xdp'] === true) {
|
||||
|
||||
echo ' NMS-LLDP-MIB: ';
|
||||
echo ' NMS-LLDP-MIB: ';
|
||||
$lldp_array = snmpwalk_cache_oid($device, 'lldpRemoteSystemsData', array(), 'NMS-LLDP-MIB');
|
||||
d_echo($lldp_array);
|
||||
if ($lldp_array) {
|
||||
|
||||
Reference in New Issue
Block a user