From 383557f628a47104a5f2e8f4b1e34299d38bf75f Mon Sep 17 00:00:00 2001 From: Alan Gregory Date: Wed, 25 Oct 2017 18:21:06 -0200 Subject: [PATCH] newdevice Disable poller/discovery modules for fibrehome devices --- includes/definitions/fiberhome.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/includes/definitions/fiberhome.yaml b/includes/definitions/fiberhome.yaml index f74bfbad86..9f63e7e846 100644 --- a/includes/definitions/fiberhome.yaml +++ b/includes/definitions/fiberhome.yaml @@ -4,3 +4,31 @@ type: network icon: fiberhome discovery: - sysDescr_regex: '/^AN5516-0(1|6|4|4B)$/' +discovery_modules: + arp-table: 0 + bgp-peers: 0 + cisco-vrf-lite: 0 + entity-physical: 0 + ports: 0 + ports-stack: 0 + mempools: 0 + discovery-protocols: 0 + storage: 0 + ucd-diskio: 0 +poller_modules: + applications: 0 + bgp-peers: 0 + entity-physical: 0 + hr-mib: 0 + ipSystemStats: 0 + ipmi: 0 + ntp: 0 + ospf: 0 + ports: 0 + sensors: 0 + services: 0 + storage: 0 + stp: 0 + ucd-diskio: 0 + ucd-mib: 0 + wireless: 0