Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ew

Pages: [1]
1
An restart of qloaderd only, doesnt show any data on the QM page. So i have to rename the old logfile queue_log.1 to the existing file queue_log after restarting qloaderd, the datas was there without the datas from the overwritten one.
So any suggestion for the logrotate file?

2
There was some Data in the queue_log file. But qloaderd doesn't load the datas into SQL after logratation.

3
My Qloaderd doesn't collect data, when the logratation starts again. I add the lines to /etc/logrotate.d/asterisk with the qloaderd manual

Code: [Select]
/var/log/asterisk/debug /var/log/asterisk/messages /var/log/asterisk/full /var/log/asterisk/*_log {
        weekly
        missingok
        rotate 4
        sharedscripts
        postrotate
                /usr/sbin/invoke-rc.d asterisk logger-reload > /dev/null 2> /dev/null
                /etc/init.d/qloaderd restart > /dev/null 2> /dev/null
        endscript
}

Now I have to rename the file queue_log.1 to queue_log and do an restart of qloaderd.
An restart of qloaderd only, doesnt show any data on the QM page.

My System:

Ubuntu 7.04
Asterisk 1.4

Any suggestions are welcome. Thanks in advance

Bes regards

T. Lai

4
QueueMetrics installation / Re: Switching from flatfile to Mysql
« on: June 25, 2009, 14:37:31 »
Easy as 1 2 3...

Thanks a lot

5
QueueMetrics installation / Switching from flatfile to Mysql
« on: June 19, 2009, 19:41:46 »
hello,

how can i switch the storage type from the flatfile (/var/log/asterisk/queue_log) to an mysql storage typ?
the tables are already created.

Pages: [1]