Author Topic: Queuemetrics and separate mysql server  (Read 4723 times)

David

  • Newbie
  • *
  • Posts: 10
  • Karma: 1
    • View Profile
    • Email
Queuemetrics and separate mysql server
« 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


QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Queuemetrics and separate mysql server
« Reply #1 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



David

  • Newbie
  • *
  • Posts: 10
  • Karma: 1
    • View Profile
    • Email
Re: Queuemetrics and separate mysql server
« Reply #2 on: February 13, 2008, 18:37:39 »
Thx,

It's working fine !