Move MIB poller debugging into SNMP functions

This commit is contained in:
Paul Gear
2015-06-14 09:09:54 +10:00
parent d617aaacd0
commit 0e218ef22c
2 changed files with 10 additions and 7 deletions

View File

@@ -11,12 +11,7 @@
* the source code distribution for details.
*/
echo("MIB-based polling");
d_echo("\n", ": ");
$devicemib = array($device['sysObjectID'] => "all");
poll_mibs($devicemib, $device, $graphs);
d_echo("Done MIB-based polling");
echo("\n");
?>