diff --git a/lib/boost.php b/lib/boost.php index a6a1dfc01..ff7c61150 100644 --- a/lib/boost.php +++ b/lib/boost.php @@ -721,7 +721,7 @@ function boost_process_poller_output($local_data_id, $rrdtool_pipe = '') { $temp_table = false; if (cacti_count($archive_tables)) { - $temp_table = 'poller_output_boost_temp_' . time(); + $temp_table = "poller_output_boost_temp_$local_data_id_" . microtime(true); db_execute("CREATE TEMPORARY TABLE $temp_table LIKE poller_output_boost");