mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add support for HPE Managed Power Distribution Unit - pdu2 and pdu3 * Adding test data for hpe-mapdu from HPE P/N H8B49A (pdu2) and HPE P/N P9S18A (pdu3) * Remove module overrides and leave it up to user. Fix snmp_max_oid * Fixed detection of PDU3 devices, updated testing data * Make sysDesc definitions more specific - adding only HPE part number and whole sysdescription of tested device. * Change sysDescr to be less specific * Force Test Re-run Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
20 lines
419 B
YAML
20 lines
419 B
YAML
os: hpe-mapdu
|
|
text: 'HPE Managed Power Distribution Unit'
|
|
type: power
|
|
icon: hpe
|
|
group: hpe
|
|
mib_dir: hp
|
|
over:
|
|
- {graph: device_power, text: Power}
|
|
- {graph: device_current, text: Current}
|
|
snmp_max_oid: '8'
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.232.165.7
|
|
- .1.3.6.1.4.1.232.165.11
|
|
-
|
|
sysDescr:
|
|
- P9S18A
|
|
- Outlet Metered, Outlet Switched
|