Split polling & discovery of MIB-based poller

This commit is contained in:
Paul Gear
2016-01-02 07:10:42 +10:00
parent 40a1cef050
commit 7619a340d6
5 changed files with 152 additions and 52 deletions
+1 -2
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);