There are some agents that need to be blocked if trying to connect to the MOM or standalone Enterprise Manager. Is there a way to achieve this from APM side?
Environment
DX APM 10.7.x
Resolution
There is an Enterprise Manager property that will allow to ban the IP addresses from agents. Follow the below steps:
Open the IntroscopeEnterpriseManager.properties file for the Enterprise Manager you would like to block agents
Add the following property: isengard.server.banned.client.ipaddresses=<Agent1_IP_Address,<Agent2_IP_Address>,<Agent3_IP_Address>
eg: Agent1 IP Address: 192.0.2.1 Agent2 IP Address: 192.0.2.2 Agent3 IP Address: 192.0.2.3 isengard.server.banned.client.ipaddresses=192.0.2.1 ,192.0.2.2,192.0.2.3
Save the file
Restart the Enterprise Manager for the changes to take effect