From 7fb4081c1985b4f8c97a33755d1eeb9e98e7b255 Mon Sep 17 00:00:00 2001 From: crcro Date: Thu, 16 Mar 2017 20:47:56 +0200 Subject: [PATCH] fix: yaml files for edgeos and edgeswitch (#6208) * fix yaml files for edgeos and edgeswitch * edgeswitch fix --- includes/definitions/edgeos.yaml | 1 + includes/definitions/edgeswitch.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/definitions/edgeos.yaml b/includes/definitions/edgeos.yaml index 6a081c2a5d..4bea914e85 100644 --- a/includes/definitions/edgeos.yaml +++ b/includes/definitions/edgeos.yaml @@ -7,6 +7,7 @@ over: - { graph: device_processor, text: 'Processor Usage' } - { graph: device_ucd_memory, text: 'Memory Usage' } discovery: + - sysObjectId: .1.3.6.1.4.1.41112.1.5 - sysDescr_regex: - '/^EdgeOS/' - '/^EdgeRouter/' diff --git a/includes/definitions/edgeswitch.yaml b/includes/definitions/edgeswitch.yaml index c1edf2dd00..6d8e8962a8 100644 --- a/includes/definitions/edgeswitch.yaml +++ b/includes/definitions/edgeswitch.yaml @@ -9,9 +9,9 @@ over: - { graph: device_processor, text: 'CPU Usage' } - { graph: device_mempool, text: 'Memory Usage' } discovery: - - - sysObjectId: .1.3.6.1.4.1.4413 - sysDescr_regex: + - + sysObjectId: .1.3.6.1.4.1.4413 + sysDescr_regex: - '/^EdgeSwitch/' - '/^EdgePoint/' - '/^USW-/'