Hi all,
I have a short question about the latest version of oneagent.
We install our servers via putty and want to download the latest version of the oneagent.
Is there a possibility to do this?
And if no: where can i suggest this?
Thanks a lot 🙂
Anna
Solved! Go to Solution.
Anna,
You need to download OneAgent from the Dynatrace Server to which it will report it's data. So you can simply include the 'wget' command as part of your server deployment procedures, either manually or scripted, as wget is just a command line argument.
hth
joe
Hi Joe,
yes I am aware of that 🙂 But the download link includes kind of a version right? Because as I copied it a few weeks ago the link itself was different than today.
Or am I missing something?
Regards,
Anna
No version is not included in the link itself:
"https://XXXX.live.dynatrace.com/api/v1/deployment/installer/agent/unix/default/latest?Api-Token=YYYYYY&arch=x86"
Actually the wget command displayed in "Deploy Dynatrace" downloads the latest version to file with version included in the filename using the -O wget switch. But you can use any name of the downloaded installer file.