Files
librenms-librenms/includes/definitions/discovery/vertiv-pdu.yaml
dust241999 558d486a3d Adding basic support for Vertiv PDUs and power graphs (#12908)
* Trying to add basic support for Vertiv PDU power graphs

* Support for fortiswitch in gen_rancid (#12894)

* Trying to add basic support for Vertiv PDUs and power graphs

* Update geist-watchdog.yaml

* Update geist-watchdog.yaml

* Update vertiv-pdu.yaml

Co-authored-by: Cliff Albert <cliff@oisec.net>
Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2021-05-23 02:02:50 +02:00

36 lines
1.2 KiB
YAML

mib: VERTIV-V5-MIB
modules:
os:
hardware: VERTIV-V5-MIB::productModelNumber.0
serial: VERTIV-V5-MIB::productSerialNumber.0
version: VERTIV-V5-MIB::productVersion.0
sensors:
current:
data:
-
oid: pduLineTable
value: pduLineCurrent
num_oid: '.1.3.6.1.4.1.21239.5.2.3.4.1.4.{{ $index }}'
descr: pduLineName
divisor: 100
-
oid: pduBreakerTable
value: pduBreakerCurrent
num_oid: '.1.3.6.1.4.1.21239.5.2.3.3.1.4.{{ $index }}'
descr: pduBreakerLabel
divisor: 100
-
oid: pduPhaseTable
value: pduPhaseCurrent
num_oid: '.1.3.6.1.4.1.21239.5.2.3.2.1.8.{{ $index }}'
descr: pduPhaseName
divisor: 100
voltage:
data:
-
oid: pduPhaseTable
value: pduPhaseVoltage
num_oid: '.1.3.6.1.4.1.21239.5.2.3.2.1.4.{{ $index }}'
descr: pduPhaseName
divisor: 100