QueueMetrics forum

QueueMetrics => MySQL storage and Qloaderd/Uniloader => Topic started by: David on February 12, 2008, 17:49:50

Title: Queuemetrics and separate mysql server
Post by: David on February 12, 2008, 17:49:50
Hi,

Is it possible to separate queuemetrics and the sql database on two diffetent server. The think I don't know is what to put in the configuration.properties files :

for flat file : default.queue_log_file=/var/log/asterisk/queue_log
for sql on the same server : default.queue_log_file=sql:P01
for sql on different server : ?

Thx

Title: Re: Queuemetrics and separate mysql server
Post by: QueueMetrics on February 13, 2008, 09:32:49
You still use the SQL approach. As the SQL database is connected via TCP-IP to QM, it does not really matter where it is located. The QM->database connection is defined in WEB-INF/web.xml.

I would anyway suggest having a look at the SQL storage tutorial here: http://queuemetrics.com/download/QM_mysql_cluster_100.pdf


Title: Re: Queuemetrics and separate mysql server
Post by: David on February 13, 2008, 18:37:39
Thx,

It's working fine !