mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* initial commit * adding snmpsim data * update yaml and snmpsim * fixed os tests * Applied style changes * Additional style change * changed os discovery from php to yaml * relaxing sysDescr regex
16 lines
332 B
YAML
16 lines
332 B
YAML
os: adva_xg300
|
|
text: 'ADVA OptiSwitch'
|
|
type: network
|
|
icon: adva
|
|
group: ADVA
|
|
ifname: true
|
|
over:
|
|
- { graph: device_bits, text: Traffic }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.629.22
|
|
mib_dir: adva
|