10 Jun 2021
11:27 AM
- last edited on
28 Jun 2021
03:07 AM
by
MaciejNeumann
Hi,
We were doing the OneAgent deployment on Linux hosts.
Host wont be able to communicate directly to the Dynatrace SaaS hence we added ActiveGate (internet enabled) to setup the communication between OneAgents and Dynatrace SaaS. Everything went well and we can see the data for all the hosts on Dynatrace.
The query is, when I do --get-server on any host it shows lots of communication endpoints along with our ActiveGate.
As I downloaded the installer via ActiveGate server I'm expecting to see only my ActiveGate in endpoints. Following was the command I used.
wget -O Dynatrace-OneAgent-Linux-1.213.192.sh "https://xx.xx.xx.xx:9999/e/abc12345/api/v1/deployment/installer/agent/unix/default/latest?arch=x86&f..." --header="Authorization: Api-Token xyz"
Is my above understanding correct? or --get-server command will show all available endpoints for our environment even though communication to those endpoint won't be possible directly.
Regards,
AK
Solved! Go to Solution.
OneAgent receives all the available communication endpoints. This is an intended behavior. They are prioritized so OA will connect to your environment AG in the first place, however should AG be unavailable, the remaining endpoints will be tried.
Thanks for your inputs.