QueueMetrics forum
QueueMetrics => QueueMetrics installation => Topic started by: galeras on September 03, 2007, 20:23:42
-
Dear Sirs,
Is possible to install queuemetrics in a different server than the asterisk server?.
If so, please give me some directions or links to do that.
Thanks in advance.
Martin Cabrera
-
Surely you can - you basically have to install a small program called qloaderd (you can find it in queuemetrics/WEB-INF/mysql-utils, look at its docs) on the Asterisk server; it will upload queue_log data to the MySQL database on another machine. Then you install QM on a remote machine and just tell QM to use the database as its data source.
It's really easy to do - if you look here on the forum you'll find a lot of examples on this issue.
-
In that instance, how does one have the realtime wallboard work? I cannot seem to get any stats in that instance.
Qloaderd is working fine, the data is on the MYSQL server, the string in configuration.properties points to that mysql server and the proper partition (I can pull reports and they look like they should)
EDIT:
Fixed it myself.
My problem was the fact that I edited the time offset in qloaderd.pl, when I should not as all my servers are in the same time zone
my $timezone_offset = 0 * 3600; # in seconds
-
So it's fixed now, correct?