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); -} ?>