mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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.
16 lines
417 B
YAML
16 lines
417 B
YAML
os: adva_fsp150
|
|
text: 'ADVA FSP150CC'
|
|
type: network
|
|
icon: adva
|
|
group: ADVA
|
|
ifname: true
|
|
mib_dir: adva
|
|
over:
|
|
- { graph: device_bits, text: Traffic }
|
|
- { graph: device_temperature, text: Temperature }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.2544.1.12.1.1.
|
|
sysDescr_except: ['FSP150CM-HUB'] #Exclude 150CM nemihubshelf (different OS, and failing to respond to most OID/crashing)
|