About the Device Requests category

Please add support for the following two Oracle PDUs:

  1. Oracle SunRack PDU -
    iso.3.6.1.2.1.1.1.0 = STRING: “Oracle RMII PDU system”
    iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.2769.1.4

  2. Oracle Exadata PDU
    iso.3.6.1.2.1.1.1.0 = STRING: “Oracle PDU-Ethernet system”
    iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.2769.1.2

I tried to follow the post below but unfortunately I don’t have the MIB file for both PDUs.

Bladeshelter PDU - Help - LibreNMS Community

I setup a discover yaml file but those sensors cannot be detected.

root@user:/opt/librenms# vi includes/definitions/oracle-sunrack-pdu.yaml
os: oracle-sunrack-pdu
text: ‘Oracle Sun Rack Single-Phase PDU’
type: power
icon: oracle
over:
- { graph: device_bits, text: Power }
- { graph: device_bits, text: Current }
- { graph: device_bits, text: Voltage }
mib_dir: oracle
discovery:
- sysObjectID:
- .1.3.6.1.4.1.2769.1.4
modules:
sensors:
voltage:
data:
- oid: .1.3.6.1.4.1.2769.1.4.5.1.6.0
value: current
descr: ‘Voltage’
index: ‘voltage.0’
divisor: 10 # Adjust divisor based on scale (e.g., 10 for scaling voltage)
current:
data:
- oid: .1.3.6.1.4.1.2769.1.4.5.1.5.0
value: current
descr: ‘Current’
index: ‘current.0’
divisor: 100 # Adjust divisor based on scale (e.g., 100 for scaling current)
power:
data:
- oid: .1.3.6.1.4.1.2769.1.4.5.1.2.0
value: current
descr: ‘Total Power (W)’
index: ‘power.0’
divisor: 1 # No scaling required if the value is directly in watts