mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add Ericsson IPOS router support * Create ipos.snmprec * Update ericsson-ipos.yaml * Rename ipos.snmprec to ericsson-ipos.snmprec Co-authored-by: Tony Murray <murraytony@gmail.com>
24 lines
918 B
YAML
24 lines
918 B
YAML
os: ericsson-ipos
|
|
group: ericsson
|
|
text: 'Ericsson IPOS'
|
|
type: network
|
|
icon: ericsson
|
|
mib_dir: ericsson
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.193.218.1.40 # { ericssonProducts 6672 } -- Ericsson 6672
|
|
- .1.3.6.1.4.1.193.218.1.41 # { ericssonProducts 6274 } -- Ericsson 6274
|
|
- .1.3.6.1.4.1.193.218.1.42 # { ericssonProducts 6675 } -- Ericsson 6675
|
|
- .1.3.6.1.4.1.193.218.1.43 # { ericssonProducts 6x71 } -- Ericsson 6371 and 6471
|
|
- .1.3.6.1.4.1.193.218.1.44 # { ericssonProducts 6273 } -- Ericsson 6273
|
|
- .1.3.6.1.4.1.193.218.1.45 # { ericssonProducts 6671 } -- Ericsson 6671
|
|
sysDescr_regex:
|
|
- '/^Ericsson\s+IPOS/'
|
|
discovery_modules:
|
|
vrf: true
|