mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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>
36 lines
1.2 KiB
YAML
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
|