Parameters to Auto-Add Applicare Agent to Applicare Server
The parameters required to add new Applicare agents to an Applicare server are the following:
- Port Number--the port that the Applicare server will use to get the data from the agent.
- Soap Port Number--the port that the Applicare server will use to get the data from the WebSphere agent.
- Agent Protocol--if the agent uses https, this parameter must be added.
- Application
The following options are available:
Agent Port Number
-Dapplicare.agent.port=<agent_port>
Soap Port Number
-Dapplicare.agent.soap.port=<soap_port>
Agent scheme (http or https)
By default http is used. To enable https, add this option:
-Dapplicare.agent.ssl=true
Applications
To add an application name that a new Applicare agent should connect to, add this option:
-Dapplicare.agent.apps=<application_name>
Note:
1. Applicare will auto detect the Agent IP.
2. If the machine has multiple IPs then you can pass the IP used by the agent. (Optional argument)
-Dapplicare.agent.ip=<ipaddress>
-
Official comment
To add default alerts to the agent, add the following option:
-Dapplicare.agent.default.alerts=true
This argument is equivalent to the below option while adding applicare agent in dashboard.
To Enable Process Availability to the agent, add the following option:
-Dapplicare.agent.enableProcessAvailability=true
This argument is equivalent to the below option while adding applicare agent in dashboard.
Comment actions
Please sign in to leave a comment.
Comments
1 comment