Move MIB-based polling out of discovery altogether

This commit is contained in:
Paul Gear 2015-06-06 22:43:30 +10:00
parent d969ef679b
commit ddb6684108

View File

@ -3,7 +3,6 @@
* LibreNMS Ruckus Wireless OS information module
*
* Copyright (c) 2015 Søren Friis Rosiak <sorenrosiak@gmail.com>
* Copyright (c) 2015 Gear Consulting Pty Ltd <github@libertysys.com.au>
* 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);
}
?>