From ddb66841082b24efd09b64337861759fef126a56 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 6 Jun 2015 22:43:30 +1000 Subject: [PATCH] Move MIB-based polling out of discovery altogether --- includes/discovery/os/ruckuswireless.inc.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/discovery/os/ruckuswireless.inc.php b/includes/discovery/os/ruckuswireless.inc.php index 3e7325eb0..edc1c90f9 100644 --- a/includes/discovery/os/ruckuswireless.inc.php +++ b/includes/discovery/os/ruckuswireless.inc.php @@ -3,7 +3,6 @@ * LibreNMS Ruckus Wireless OS information module * * Copyright (c) 2015 Søren Friis Rosiak -* Copyright (c) 2015 Gear Consulting Pty Ltd * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your @@ -15,11 +14,4 @@ if (!$os) { $os = "ruckuswireless"; } } - -if ($os == "ruckuswireless") { - $ruckus_mibs = array( - "ruckusZDSystemStats" => "RUCKUS-ZD-SYSTEM-MIB", - ); - set_mibs($ruckus_mibs, $device); -} ?>