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
|
skip_values: 2147483647
|
||||||
-
|
-
|
||||||
oid: psBatteryTable
|
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
|
value: psBatteryCurrent
|
||||||
index: 'psBatteryTable.{{ $index }}'
|
index: 'psBatteryTable.{{ $index }}'
|
||||||
descr: psBatteryName
|
descr: psBatteryName
|
||||||
-
|
-
|
||||||
oid: psRectifierTable
|
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
|
value: psRectifierCurrent
|
||||||
divisor: 1000
|
divisor: 1000
|
||||||
index: 'psRectifierTable.{{ $index }}'
|
index: 'psRectifierTable.{{ $index }}'
|
||||||
descr: psRectifierIdent
|
descr: psRectifierIdent
|
||||||
-
|
-
|
||||||
oid: psDistributionLoadTable
|
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
|
value: psDistributionLoadCurrent
|
||||||
divisor: 1000
|
divisor: 1000
|
||||||
index: 'psDistributionLoadTable.{{ $index }}'
|
index: 'psDistributionLoadTable.{{ $index }}'
|
||||||
descr: psDistributionLoadName
|
descr: psDistributionLoadName
|
||||||
-
|
-
|
||||||
oid: psDistributionGeneralTable
|
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
|
value: psDistributionGeneralCurrent
|
||||||
divisor: 1000
|
divisor: 1000
|
||||||
index: 'psDistributionGeneralTable.{{ $index }}'
|
index: 'psDistributionGeneralTable.{{ $index }}'
|
||||||
@@ -166,4 +166,4 @@ modules:
|
|||||||
- { descr: high, graph: 1, value: 1, generic: 2 }
|
- { descr: high, graph: 1, value: 1, generic: 2 }
|
||||||
- { descr: low, graph: 1, value: 2, generic: 2 }
|
- { descr: low, graph: 1, value: 2, generic: 2 }
|
||||||
- { descr: fail, graph: 1, value: 3, 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
|
type: power
|
||||||
icon: emerson
|
icon: emerson
|
||||||
over:
|
over:
|
||||||
- { graph: sensor_current, text: 'Current' }
|
- { graph: device_current, text: 'Current' }
|
||||||
- { graph: sensor_voltage, text: 'Voltage' }
|
- { graph: device_voltage, text: 'Voltage' }
|
||||||
- { graph: sensor_state, text: 'State' }
|
- { graph: device_state, text: 'State' }
|
||||||
mib_dir:
|
mib_dir:
|
||||||
- emerson
|
- emerson
|
||||||
discovery:
|
discovery:
|
||||||
|
Reference in New Issue
Block a user