mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* ascom support * tests * typo * Correct missing 'mpls' in misc/os_schema.json * remove mpls for now * tests * Update ascom.svg * Don't disable already disabled modules As I usually state, not much gain in disabling these here. Would be better to optimize the modules if you think they take too long on devices that don't have support. * refactor polling code Co-authored-by: Tony Murray <[email protected]>
30 lines
604 B
YAML
30 lines
604 B
YAML
os: ascom
|
|
text: 'Ascom'
|
|
type: network
|
|
icon: ascom
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
mib_dir:
|
|
- ascom
|
|
poller_modules:
|
|
storage: false
|
|
applications: false
|
|
bgp-peers: false
|
|
ipmi: false
|
|
ospf: false
|
|
ucd-diskio: false
|
|
ucd-mib: false
|
|
discovery_modules:
|
|
fdb-table: false
|
|
storage: false
|
|
bgp-peers: false
|
|
ntp: false
|
|
stp: false
|
|
ucd-diskio: false
|
|
vlans: false
|
|
discovery:
|
|
- sysObjectID:
|
|
- .1.3.6.1.4.1.27614
|