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:
- tgz - the main tarball. This is what gets downloaded inside the oneliners
https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi-latest.tar.gz
- deb - latest deb package
https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi.deb
- rpm - latest rpm package
https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi-4.60.0.rpm
https://s3.amazonaws.com/app-takipi-com/deploy/takipi-server/takipi-server-4.53.0.rpm
- t4c-tgz - the t4c (fka heroku) tarball. Mainly used for Docker/Cloudfoundry
https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi-heroku-latest.tar.gz
- sa-tgz - the “rootless” agent
https://s3.amazonaws.com/app-takipi-com/deploy/linux/takipi-agent-latest.tar.gz
The documentation is referencing wget --content-disposition
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
-
sa-aix - the AIX agent
https://s3.amazonaws.com/app-takipi-com/deploy/aix/takipi-agent-latest.tar.gz -
exe - windows installer
https://s3.amazonaws.com/app-takipi-com/deploy/win/Takipi.exe
https://s3.amazonaws.com/app-takipi-com/deploy/win/Takipi-4.55.0.exe -
dmg - macOS installer ( do not use the .pkg file, this has not been updated since 8/16)
https://s3.amazonaws.com/app-takipi-com/deploy/osx/Takipi.dmg -
https://s3.amazonaws.com/app-takipi-com/deploy/osx/takipi-latest.tar.gz
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