if i point the file back to /var/log/asteriks/queue_log
I can see all the data.
If i do a mysql command:
SELECT `partition`, from_unixtime(`time_id`), from_unixtime(`call_id`), `queue`, `agent` FROM `queue_log` order by time_id desc
I can see new records inserted:
partition from_unixtime( `time_id` ) from_unixtime( `call_id` ) queue agent
P001 2011-04-20 17:03:20 1970-01-01 08:00:00 NONE NONE
P001 2011-04-20 16:44:29 1970-01-01 08:00:00 NONE NONE
P001 2011-04-20 13:45:48 2011-04-20 13:28:22 7202 NONE
P001 2011-04-20 13:28:55 2011-04-20 13:28:22 7202 NONE
P001 2011-04-20 13:28:43 2011-04-20 13:28:22 7202 NONE
P001 2011-04-20 13:12:00 2011-04-20 13:08:04 7202 NONE
P001 2011-04-20 13:08:46 2011-04-20 13:08:04 7202 NONE
P001 2011-04-20 13:08:35 2011-04-20 13:08:04 7202 NONE
So why is it now showing up on the queuemetrics page?