Actual state of alarm contact beside config state (#15576)

This commit is contained in:
Wheel
2023-11-14 23:20:23 +01:00
committed by GitHub
parent 42ead493fb
commit 3768e59448
3 changed files with 375 additions and 5 deletions

View File

@@ -46,12 +46,23 @@ modules:
value: memInputNormalState
num_oid: '.1.3.6.1.4.1.318.1.1.10.4.3.4.1.7.{{ $index }}'
index: 'memInputNormalState.{{ $index }}'
descr: memInputName
descr: 'Normal state: {{ $memInputName }}'
states:
- { descr: Closed, graph: 1, value: 1, generic: 0 }
- { descr: Open, graph: 1, value: 2, generic: 0 }
- { descr: Disabled, graph: 1, value: 3, generic: 0 }
- { descr: No State, graph: 1, value: 4, generic: 0 }
-
oid: memInputsStatusTable
state_name: memInputsStatusAlarmStatus
value: memInputsStatusAlarmStatus
num_oid: '.1.3.6.1.4.1.318.1.1.10.4.3.2.1.7.{{ $index }}'
index: 'memInputStatusAlarmState.{{ $index }}'
descr: memInputsStatusInputName
states:
- { descr: Ok, graph: 1, value: 1, generic: 0 }
- { descr: Alarm, graph: 1, value: 2, generic: 1 }
- { descr: Critical, graph: 1, value: 3, generic: 2 }
-
oid: airIRRP100UnitStatusOperateMode
num_oid: '.1.3.6.1.4.1.318.1.1.13.3.3.1.2.2.1.{{ $index }}'