mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user