From 009cfdf13f0ee1115fb05c695f69ac1cd22bfb8d Mon Sep 17 00:00:00 2001 From: vitalisator Date: Mon, 17 Aug 2015 20:44:52 +0200 Subject: [PATCH] ource of MIBs is www.pbnglobal.com --- includes/discovery/discovery-protocols.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/discovery/discovery-protocols.inc.php b/includes/discovery/discovery-protocols.inc.php index 0a66cc1ef8..0e5d540f15 100644 --- a/includes/discovery/discovery-protocols.inc.php +++ b/includes/discovery/discovery-protocols.inc.php @@ -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) {