Configure the Installation
- From a command prompt, navigate to the directory where you unzipped the Synthetic Server installer package.
- Copy the sample configuration file:
cp inputs.groovy.sample inputs.groovy
- Edit the file
inputs.groovy
and make changes to the properties listed below:Property Change to Make Description db_host
Assign the URL to the machine hosting your on-premises EUM Server to the db_host
property.The public DNS to the machine hosting the EUM Server. db_port
Change the value to "3388". This is the default port for the EUM Server's MySQL database. The port that the EUM Server's MySQL database is listening on. db_username
Change the value to eum_user
. This is the default user for the EUM Server.The MySQL user that accesses the EUM Server's MySQL database. db_password
Assign the password for the MySQL user eum_user
to remotely access the EUM Server's MySQL database.The password that you set for the user that is specified by db_username
. The value ofdb_username
should beeum_user
.collector_host
Assign the public DNS to the machine hosting your on-premises EUM Server to the collector_host
property.The public DNS to the machine hosting the EUM Server. collector_port
Confirm that the value is "7001". This is the default port of the EUM Server. The port that the EUM API Server and EUM Collector are listening on. The default is '7001'. key_store_password
Assign the key store password you set when installing your on-premises EUM Server to the key_store_password
property.The key store password you set during the installation of the EUM Server. localFileStoreRootPath
Assign a file path where you want the Synthetic Server to store data to the localFileStoreRootPath
property. The Synthetic Server must be able to read and write to the path and the files in the path.The path where the Synthetic Server stores data such as the measurement results and the screenshots.