Hi
the qmon.php is in /var/www/html/user
i changed following lines:
$defaultqueue = 'Inbound';
case 'inbound':
$queueid = "600|601|602|603|604|605";
$queuename='Inbound';
$qm_server = "192.168.50.17"; // the QueueMetrics server address
$qm_port = "8080"; // the port QueueMetrics is running on
$qm_webapp = "queuemetrics"; // the webapp name for QueueMetrics
new XML_RPC_Value($queueid),
new XML_RPC_Value("USER"),
new XML_RPC_Value("PASSWORD"),
new XML_RPC_Value("qmon"),
new XML_RPC_Value("*********"),
$req_blocks_rt
qmon is a user in QM configuration as ROBOT
But don't work....
btw in the script there is following line: "$cli_rt = new XML_RPC_Client("/$qm_webapp/xmlrpc.do", $qm_server,$qm_port);
" ... but i can't find any xmlrpc.do in my server.
thanks a lot
bye
Moreno