To download the agent, click More -> Cloud9Agent icon from the left hand menu settings, then select Download Agent.
Requirements:
- The location of the install needs to be able to connect to the datasources you want to pull data from.
- Java Runtime Environment version 11:
Type java -version on the command line to check java version. If required, download it here.
Install & Run:
- Unzip the file.
-
Navigate to the unzipped base directory and execute the run script:
./run.sh (or run.bat in Windows) To run as a background process in unix based systems: ./run.sh &
By default, the process the allocates a minimum memory of 128MB and maximum of 2048MB. If required, modify the values from -Xms128m -Xmx2024m to appropriate values within the JAVA_OPTS variable inside the script.