mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Ericsson IPOS Yaml * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Ericsson IPOS MIBs * Ericsson IPOS - Serial & Hardware detection * Ericsson IPOS - Remove mempool from overview * SSR8020 SNMPrec * Ericsson IPOS SSR 8020 Test * Delete tests/snmpsim/ericsson-ipos_ssr8020.snmpwalk * SSR8020 SNMPrec * Add storage to overview * Move to new SnmpQuery * SnmpQuery() instead of snmp_* * Delete mibs/ericsson directory * Create ERICSSON-TOP-MIB * Add files via upload
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
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_storage, text: 'Device Storage' }
|
|
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
|
|
- .1.3.6.1.4.1.193.218.1.17 # SSR 8020
|
|
- .1.3.6.1.4.1.193.218.1.18 # SSR 8010
|
|
- .1.3.6.1.4.1.193.218.1.19 # SSR 8004
|
|
sysDescr_regex:
|
|
- '/^Ericsson\s+IPOS/'
|
|
discovery_modules:
|
|
vrf: true
|