mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added model, processor, fan and power supply for Alcatel Omnistack Switches * Removed Index from description of Fan and power supply * Merged PR #10655 * Added Temperature Sensor for AOS7+ Alcatel Enterprise Switches * Added AOS7 mempools * Added Tests * Update aos.yaml * Update alerts levels in state sensors * Add test data
20 lines
461 B
YAML
20 lines
461 B
YAML
os: aos
|
|
group: nokia
|
|
text: 'Alcatel-Lucent OS'
|
|
type: network
|
|
ifXmcbc: true
|
|
ifname: true
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_temperature, text: 'Temperature' }
|
|
icon: alcatellucent
|
|
discovery:
|
|
- sysObjectID:
|
|
- .1.3.6.1.4.1.6486.801.
|
|
- .1.3.6.1.4.1.6486.800.1.1.2.1.
|
|
- .1.3.6.1.4.1.6486.800.1.1.2.2.4. #OmniStack LS
|
|
mib_dir:
|
|
- radlan
|
|
|