Downloading Specific Versions of OverOps Binary Files

When users needs an OverOps binary file (collector and/or agent), the users are usually sent a download link to download the latest version of OverOps. Within the download link, it will also include the “download servlet” which is a hub for all assets.

For example:
Requesting the latest T4C tarball is doing the following:

https://app.overops.com/app/download?t=t4c-tgz

The URL logs the request and then redirects the user to the location.
When we release a new version, we refresh all assets automatically.

There may be an instance where we would require a specific version of the OverOps collector/agent since users may not be ready to update to the latest version. For this, one would require an adjustment in the URL to be able to download the specific version that is needed.

To download a specific version, one would require the direct download link from our repository (hosted on AWS) and add the version number at the end of the filename.

For example, to download the tarball file of the OverOps collector v4.61.0 to be used in Linux, one would use the following link: https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi-4.61.0.tar.gz

List of available files:

https://s3.amazonaws.com/app-takipi-com/deploy/takipi-server/takipi-server-4.53.0.rpm

Windows Agent only zip file

https://s3.amazonaws.com/app-takipi-com/deploy/win/takipi-agent-4.55.0.zip

  • msi - Windows collector and Agent

  • sa-win - .net Profiler

https://s3.amazonaws.com/app-takipi-com/deployx/dotnet/deploy/win/Takipi.msi

Specific Versions are available as well
Example:

https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi-agent-4.25.0.tar.gz
https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi-4.44.11.tar.gz

Alpine Agent

https://s3.amazonaws.com/app-takipi-com/deploy/alpine/takipi-agent-4.37.0.tar.gz

https://s3.amazonaws.com/app-takipi-com/deploy/alpine/takipi-agent-4.43.1.tar.gz

https://s3.amazonaws.com/app-takipi-com/deploy/alpine/takipi-agent-latest.tar.gz

.NET Profiler

https://s3.amazonaws.com/app-takipi-com/deployx/dotnet/deploy/win/Takipi.msi

https://app.overops.com/app/download?t=sa-win

.NET Collector for Linux

https://s3.amazonaws.com/get.takipi.com/deployx/dotnet/takipi-installer

Collector Tar

https://s3.amazonaws.com/app-takipi-com/deployx/dotnet/deploy/linux/takipi-latest.tar.gz

1 Like