mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added sensor support for Himoinsa Gensets (#7315)
This commit is contained in:
committed by
Tony Murray
parent
b3567041dd
commit
7af0fd28e5
113
includes/definitions/discovery/himoinsa-gensets.yaml
Normal file
113
includes/definitions/discovery/himoinsa-gensets.yaml
Normal file
@@ -0,0 +1,113 @@
|
||||
mib: DISMUNTELv00-MIB
|
||||
modules:
|
||||
sensors:
|
||||
frequency:
|
||||
data:
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.1.
|
||||
value: mainsFreqConm
|
||||
index: 'mainsFreqConm.{{ $index }}'
|
||||
descr: Mains frequency
|
||||
divisor: 10
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.8.
|
||||
value: genFreqConm
|
||||
index: 'genFreqConm.{{ $index }}'
|
||||
descr: Genset frequency
|
||||
divisor: 10
|
||||
voltage:
|
||||
data:
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.2.
|
||||
value: mainsVL12Conm
|
||||
index: 'mainsVL12Conm.{{ $index }}'
|
||||
descr: Mains voltage 12
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.3.
|
||||
value: mainsVL23Conm
|
||||
index: 'mainsVL23Conm.{{ $index }}'
|
||||
descr: Mains voltage 32
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.4.
|
||||
value: mainsVL13Conm
|
||||
index: 'mainsVL13Conm.{{ $index }}'
|
||||
descr: Mains voltage 13
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.5.
|
||||
value: mainsVL1NConm
|
||||
index: 'mainsVL1NConm.{{ $index }}'
|
||||
descr: Mains voltage 1N
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.6.
|
||||
value: mainsVL2NConm
|
||||
index: 'mainsVL2NConm.{{ $index }}'
|
||||
descr: Mains voltage 2N
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.7.
|
||||
value: mainsVL3NConm
|
||||
index: 'mainsVL3NConm.{{ $index }}'
|
||||
descr: Mains voltage 3N
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.9.
|
||||
value: genVL12Conm
|
||||
index: 'genVL12Conm.{{ $index }}'
|
||||
descr: Genset voltage 12
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.10.
|
||||
value: genVL23Conm
|
||||
index: 'genVL23Conm.{{ $index }}'
|
||||
descr: Genset voltage 23
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.11.
|
||||
value: genVL13Conm
|
||||
index: 'genVL13Conm.{{ $index }}'
|
||||
descr: Genset voltage 13
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.12.
|
||||
value: genVL1NConm
|
||||
index: 'genVL1NConm.{{ $index }}'
|
||||
descr: Genset voltage 1N
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.13.
|
||||
value: genVL2NConm
|
||||
index: 'genVL2NConm.{{ $index }}'
|
||||
descr: Genset voltage 2N
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.14.
|
||||
value: genVL3NConm
|
||||
index: 'genVL3NConm.{{ $index }}'
|
||||
descr: Genset voltage 3N
|
||||
current:
|
||||
data:
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.15.
|
||||
value: ph1AmpConm
|
||||
index: 'ph1AmpConm.{{ $index }}'
|
||||
descr: Phase current 1
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.16.
|
||||
value: ph2AmpConm
|
||||
index: 'ph2AmpConm.{{ $index }}'
|
||||
descr: Phase current 2
|
||||
-
|
||||
oid: conmutationmeasuresTable
|
||||
num_oid: .1.3.6.1.4.1.41809.1.49.1.17.
|
||||
value: ph3AmpConm
|
||||
index: 'ph3AmpConm.{{ $index }}'
|
||||
descr: Phase current 3
|
Reference in New Issue
Block a user