![]() |
EC2 Agents - update automatically? - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: EC2 Agents - update automatically? (/showthread.php?tid=11208) |
EC2 Agents - update automatically? - sabreB6 - 06-09-2012 12:42 AM Hey! I'm using EC2 agents (East Virginia) for IE/wpt_driver. I was analyzing apache's access log and I can't find any GET requests for:
How can I force EC2 agent to udpate? Regards RE: EC2 Agents - update automatically? - pmeenan - 06-09-2012 01:26 AM You won't see the get requests for those directly - the zip files will be sent in response to getwork.php if the version number in work/update/wptupdate.ini or work/update/update.ini don't match what the agent sends up in the request. You can check the version of the software on your agents easily from the server by going to http://<server>/getTesters.php RE: EC2 Agents - update automatically? - sabreB6 - 06-11-2012 05:47 PM Nice approach of sending updates to agents, it works, thanks! |