Split polling & discovery of MIB-based poller

This commit is contained in:
Paul Gear
2015-07-20 14:07:23 +10:00
parent 40a1cef050
commit 7619a340d6
5 changed files with 152 additions and 52 deletions

View File

@@ -12,5 +12,4 @@
* the source code distribution for details.
*/
$devicemib = array($device['sysObjectID'] => 'all');
poll_mibs($devicemib, $device, $graphs);
poll_mibs($device, $graphs);