At any given time, one Agent will be active while the others are in passive states. If one Agent goes down, the other Agents will pick up the Database Collectors and begin reporting
Example:
First Database Agent has the name “abc.”
$ java -Ddbagent.name=abc -jar db-agent.jar
Second Database Agent has the same name, “abc.”
$ java -Ddbagent.name=abc -jar db-agent.jar
Points to note:
Both Agents should be running at all times.
Both Database Agents should have access to the monitoring databases which are defined in the Collector configuration.
If the Agents are not running, then the Agents will not be visible on the Controller.
Collectors should be configured to use the active Agent.