From 8930670dedb17c7f9d2c208da1cd9bfc49f51fe5 Mon Sep 17 00:00:00 2001 From: dasdromedar <106315088+dasdromedar@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:28:15 +0200 Subject: [PATCH] Update eaton-sc200.yaml (#16133) Adding Alarm Summary Support, which is useful to find out if there is any undiscovered Alarm. --- .../definitions/discovery/eaton-sc200.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/includes/definitions/discovery/eaton-sc200.yaml b/includes/definitions/discovery/eaton-sc200.yaml index a6e7ae2494..f2ae70ac7b 100644 --- a/includes/definitions/discovery/eaton-sc200.yaml +++ b/includes/definitions/discovery/eaton-sc200.yaml @@ -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 }