mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Clean up some poller debug + added updated version and last git commit
This commit is contained in:
@@ -278,7 +278,8 @@ function poll_device($device, $options) {
|
||||
// echo("$device_end - $device_start; $device_time $device_run");
|
||||
echo "Polled in $device_time seconds\n";
|
||||
|
||||
d_echo('Updating '.$device['hostname'].' - '.print_r($update_array)." \n");
|
||||
d_echo('Updating '.$device['hostname']."\n");
|
||||
d_echo($update_array);
|
||||
|
||||
$updated = dbUpdate($update_array, 'devices', '`device_id` = ?', array($device['device_id']));
|
||||
if ($updated) {
|
||||
|
Reference in New Issue
Block a user