mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update ees.yaml to use correct overview graphs (#7137)
* Update ees.yaml * Update ees.yaml
This commit is contained in:
@ -72,27 +72,27 @@ modules:
|
||||
skip_values: 2147483647
|
||||
-
|
||||
oid: psBatteryTable
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.5.5.
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.5.5.1.2.
|
||||
value: psBatteryCurrent
|
||||
index: 'psBatteryTable.{{ $index }}'
|
||||
descr: psBatteryName
|
||||
-
|
||||
oid: psRectifierTable
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.11.4.
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.11.4.1.6.
|
||||
value: psRectifierCurrent
|
||||
divisor: 1000
|
||||
index: 'psRectifierTable.{{ $index }}'
|
||||
descr: psRectifierIdent
|
||||
-
|
||||
oid: psDistributionLoadTable
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.11.4.
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.12.2.1.2.
|
||||
value: psDistributionLoadCurrent
|
||||
divisor: 1000
|
||||
index: 'psDistributionLoadTable.{{ $index }}'
|
||||
descr: psDistributionLoadName
|
||||
-
|
||||
oid: psDistributionGeneralTable
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.12.3.
|
||||
num_oid: .1.3.6.1.4.1.6302.2.1.2.12.3.1.2.
|
||||
value: psDistributionGeneralCurrent
|
||||
divisor: 1000
|
||||
index: 'psDistributionGeneralTable.{{ $index }}'
|
||||
@ -166,4 +166,4 @@ modules:
|
||||
- { descr: high, graph: 1, value: 1, generic: 2 }
|
||||
- { descr: low, graph: 1, value: 2, generic: 2 }
|
||||
- { descr: fail, graph: 1, value: 3, generic: 2 }
|
||||
- { descr: none, graph: 1, value: 4, generic: 3 }
|
||||
- { descr: none, graph: 1, value: 4, generic: 3 }
|
||||
|
@ -3,9 +3,9 @@ text: Emerson Energy System
|
||||
type: power
|
||||
icon: emerson
|
||||
over:
|
||||
- { graph: sensor_current, text: 'Current' }
|
||||
- { graph: sensor_voltage, text: 'Voltage' }
|
||||
- { graph: sensor_state, text: 'State' }
|
||||
- { graph: device_current, text: 'Current' }
|
||||
- { graph: device_voltage, text: 'Voltage' }
|
||||
- { graph: device_state, text: 'State' }
|
||||
mib_dir:
|
||||
- emerson
|
||||
discovery:
|
||||
|
Reference in New Issue
Block a user