From 8ec6fc03d68f38b5861752cce41a04bc9f2fb61b Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Mon, 26 Mar 2018 14:23:13 +0100 Subject: [PATCH] Fix hiveos detection to make it more strict (#8472) --- includes/definitions/hiveos-network.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/includes/definitions/hiveos-network.yaml b/includes/definitions/hiveos-network.yaml index d481f3d32b..741ba2de38 100644 --- a/includes/definitions/hiveos-network.yaml +++ b/includes/definitions/hiveos-network.yaml @@ -7,5 +7,9 @@ mib_dir: over: - { graph: device_bits, text: Traffic } discovery: - - sysDescr_regex: - - '/^(Aerohive )*SR[\d\w]+/' \ No newline at end of file + - + sysObjectID: + - .1.3.6.1.4.1.26928.1 + - .1.3.6.1.4.1.4413 + sysDescr_regex: + - '/^(Aerohive )*SR[\d\w]+/'