mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adva 150CC - Exclude nemihubshelf (150CM) (#16426)
The SysObject ADVA list is messy. "nemihubshelf" device is a 150CM, and crashes when discovered and polled as a 150CC. This PR excludes them from being discovered wrongly.
This commit is contained in:
@@ -4,6 +4,7 @@ type: network
|
||||
icon: adva
|
||||
group: ADVA
|
||||
ifname: true
|
||||
mib_dir: adva
|
||||
over:
|
||||
- { graph: device_bits, text: Traffic }
|
||||
- { graph: device_temperature, text: Temperature }
|
||||
@@ -11,4 +12,4 @@ discovery:
|
||||
-
|
||||
sysObjectID:
|
||||
- .1.3.6.1.4.1.2544.1.12.1.1.
|
||||
mib_dir: adva
|
||||
sysDescr_except: ['FSP150CM-HUB'] #Exclude 150CM nemihubshelf (different OS, and failing to respond to most OID/crashing)
|
||||
|
Reference in New Issue
Block a user