19 Jan 2023 05:22 PM - last edited on 23 Jan 2023 04:04 PM by Ana_Kuzmenchuk
Hello,
We have a managed Dynatrace cluster along with a cluster ActiveGate (as well as several environment active gates). The majority of our environment ActiveGates connect directly to the cluster, however, we also have connections being made through the cluster ActiveGate. My question is, what is the best way to see which ActiveGate is connected through the cluster ActiveGate and which are directly connected to the cluster?
When looking at the deployment status in both scenarios, I only see the environment ActiveGates, but no indicator of which ActiveGate connections are being proxied by the Cluster ActiveGate. Where can I find this?
Solved! Go to Solution.
20 Jan 2023 07:08 PM
If you go under metrics and search for activegates you will see the metric available. I dont think you can see exactly what is talking.
21 Jan 2023 09:18 AM
Hello @Sean_Bridges ,
For Agents you can check log SupportArchive*\support_archive\AGENT\*\logs\os\ruxitagent_host_*.0
and grep this :
info [comm ] Connected to https |
After some time in logs you can find connection status.
In my case I can see that agent have no communicatioin with my cluster-ag-2.
You also need to know that Host agent and for example Java agent from same host - can use two different endpoints at the same time.
Agents and ActiveGates - every 30 minutes (or more often) change the connection endpoints according to the connection string.
You can define network zones to change the priority.
https://www.dynatrace.com/support/help/setup-and-configuration/network-zones
https://www.dynatrace.com/support/help/setup-and-configuration/network-zones/activegate-connectivity
Our Customers use firewall rules to make some endpoint avaliable - some not.
For normal operation and load balancing, avoiding overloading of individual components - It's better to stay out of it. Allow Dynatrace to work as designed.
Regards,
Romanenkov Alex
21 Jan 2023 10:05 PM
For OneAgent you can use the Deployment status to find OneAgents connecting through any activegate including cluster activegate. For ActiveGates connecting to Cluster ActiveGates this information is not exposed in the UI. So only way is to download support archives from the ActiveGates and check where are they connected to from the logs. Or reach out to Dynatrace One using built-in chat to check the connections in the DebugUI for you.
22 Jan 2023 11:25 AM - edited 22 Jan 2023 09:41 PM
Just to complement that it is normal for environment activegates to go through cluster activegates if they cannot connect directly:
As @Romanenkov_Al3x has referred, try out network zones to avoid that traffic doesn't go through unneeded activegates. Another important documentation page you might want to check is https://www.dynatrace.com/support/help/setup-and-configuration/network-zones/activegate-connectivity