From a8d380f95fd277bd844424575823958db679d4e1 Mon Sep 17 00:00:00 2001 From: neg2led Date: Wed, 3 Jan 2018 17:14:45 +1100 Subject: [PATCH] Fixed UniFi AP hardware type and firmware version retrieval, enabled snmpbulkwalk --- includes/definitions/unifi.yaml | 1 - includes/polling/os/unifi.inc.php | 28 +++++----------------------- 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/includes/definitions/unifi.yaml b/includes/definitions/unifi.yaml index ebe7527c72..777b445686 100644 --- a/includes/definitions/unifi.yaml +++ b/includes/definitions/unifi.yaml @@ -2,7 +2,6 @@ os: unifi text: 'Ubiquiti UniFi' type: wireless icon: ubiquiti -nobulk: 1 group: ubnt over: - { graph: device_bits, text: 'Device Traffic' } diff --git a/includes/polling/os/unifi.inc.php b/includes/polling/os/unifi.inc.php index 0a6e780328..d6e35a4ffa 100644 --- a/includes/polling/os/unifi.inc.php +++ b/includes/polling/os/unifi.inc.php @@ -1,27 +1,9 @@