Update eaton-sc200.yaml (#16133)

Adding Alarm Summary Support, which is useful to find out if there is any undiscovered Alarm.
This commit is contained in:
dasdromedar
2024-06-18 11:28:15 +02:00
committed by GitHub
parent 592ea1c263
commit 8930670ded

View File

@@ -151,3 +151,24 @@ modules:
oid: di-Status
op: '=='
value: "0"
-
oid: summary-Alarm-Critical
num_oid: '.1.3.6.1.4.1.1918.2.13.10.110.5.10.0'
descr: 'Alarm Summary Critical'
states:
- { descr: 'OK', graph: 0, value: 0, generic: 0 }
- { descr: 'Active', graph: 1, value: 1, generic: 1 }
-
oid: summary-Alarm-Major
num_oid: '.1.3.6.1.4.1.1918.2.13.10.110.5.20.0'
descr: 'Alarm Summary Major'
states:
- { descr: 'OK', graph: 0, value: 0, generic: 0 }
- { descr: 'Active', graph: 1, value: 1, generic: 1 }
-
oid: summary-Alarm-Minor
num_oid: '.1.3.6.1.4.1.1918.2.13.10.110.5.30.0'
descr: 'Alarm Summary Minor'
states:
- { descr: 'OK', graph: 0, value: 0, generic: 0 }
- { descr: 'Active', graph: 1, value: 1, generic: 1 }