mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
13 lines
306 B
YAML
13 lines
306 B
YAML
os: raritan-pdu
|
|
text: 'Raritan PDU'
|
|
type: power
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_temperature, text: Temperature }
|
|
- { graph: device_voltage, text: Voltage }
|
|
mib_dir:
|
|
- raritan
|
|
icon: raritan
|
|
discovery:
|
|
- sysObjectID_regex: '/^.1.3.6.1.4.1.13742.[4|6]/'
|