Manual Steps
Follow the below steps to download and set up the Java agent manually.
Note: All the below mentioned steps refer to the ManageEngine Applications Manager to which the monitoring data is to be sent.
2. Extract the downloaded file (apminsight-javaagent.zip) in the server where the Password Manager Pro(PMP) is installed. (e.g. C:\Program Files\ManageEngine\APMJavaAgent)
3. From the extracted files, open a file named "apminsight.conf".
- Update the URL of the Applications Manager (to which the monitoring data is to be sent) in the key "apm.host"
- Update the license key of the Applications Manager (to which the monitoring data is to be sent) in the key "license.key"
e.g. license.key=APMI_95ef70db7c637dd75f1b922bd7c9725d1ab59785987a35328af380447bf81e3f
- To fetch the license key: Applications Manager UI > "APM" tab > "Add New Monitor" > "Java" > Copy the license key present in the page
- Specify the name of the PMP application and the port on which the PMP server runs. This name appears in the Applications Manager UI.
- application.name=PMP Server
- agent.server.port=7272
- Save and close the "apminsight.conf" file.
Example:
Guided Installation Steps