Poll request from different installation
|
04-16-2013, 10:07 PM
(This post was last modified: 04-16-2013 10:07 PM by andreapernici.)
Post: #1
|
|||
|
|||
Poll request from different installation
Is possible from an agent server to poll requests from various host?
Example website1.com website2.com so I can put the WPT on different sites using the same agents? I try to spread WPO love for Italian guys. |
|||
04-16-2013, 10:14 PM
Post: #2
|
|||
|
|||
RE: Poll request from different installation
No, but you can have the WPT server "relay" tests through another server. That way you can have one private instance that all of the test agents connect to and another private instance that may have it's own agents but also uses agents from the other instance. The only requirement is that the web server that needs to relay tests through the other needs to be able to connect to the other web server (port 80, standard http interface).
API keys are used to lock down the relay testing so that it doesn't become a wide-open system. |
|||
04-16-2013, 10:49 PM
Post: #3
|
|||
|
|||
RE: Poll request from different installation
Is there some documentation or tutorial on how to configure as a relay?
I try to spread WPO love for Italian guys. |
|||
04-16-2013, 11:19 PM
Post: #4
|
|||
|
|||
RE: Poll request from different installation
The last location in the locations sample shows how to configure a location that is relayed to another server: http://webpagetest.googlecode.com/svn/tr...ini.sample
|
|||
04-18-2013, 09:15 PM
Post: #5
|
|||
|
|||
RE: Poll request from different installation
Ok good. Where I must specify the API Key in the installation?
I try to spread WPO love for Italian guys. |
|||
04-18-2013, 10:03 PM
Post: #6
|
|||
|
|||
RE: Poll request from different installation
On your server there is a /settings/keys.ini.sample which is an example of what the keys file looks like (rename it to keys.ini).
|
|||
04-18-2013, 11:04 PM
(This post was last modified: 04-18-2013 11:05 PM by andreapernici.)
Post: #7
|
|||
|
|||
RE: Poll request from different installation
On the relay server I must do something or adding a key is enough?
I try to spread WPO love for Italian guys. |
|||
04-18-2013, 11:49 PM
Post: #8
|
|||
|
|||
RE: Poll request from different installation
Just adding a key is all you need to do (technically it will work without a key as well - that will just leave it as an open server). The client system just uses the API entry points for relaying tests.
|
|||
04-19-2013, 12:16 AM
Post: #9
|
|||
|
|||
RE: Poll request from different installation
Which is the linux command to check if the correct ports are open?
I configured everything but I don't get the browser from the relay location. I try to spread WPO love for Italian guys. |
|||
04-19-2013, 12:49 AM
Post: #10
|
|||
|
|||
RE: Poll request from different installation
you should be able to curl or wget to the relay server's web interface (it's all just port 80).
wget http://1.2.3.4/ |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)