Install Collector/Agent using Deb

To install using the Deb Package Manager for Ubuntu/Debian:

  1. Add OverOps to your Deb repository:
    sudo sh -c "echo 'deb [arch=amd64] http://takipi-deb-repo.s3.amazonaws.com stable main' > /etc/apt/sources.list.d/takipi.list"
  2. Add the OverOps gpg public key:
    wget -O - http://takipi-deb-repo.s3.amazonaws.com/[email protected] | sudo apt-key add -
  3. Update apt-get:
    sudo apt-get update
  4. Install the latest version of OverOps:
    sudo apt-get install takipi

📘

You can install a previous version using the following syntax:
sudo apt-get install takipi=<Version_number>

Example:
sudo apt-get install takipi=4.49.3

  1. Enter your installation key as the argument:
    sudo /opt/takipi/etc/takipi-setup-package <MyKey>
  2. Optional: set up a proxy connection:
    /opt/takipi/etc/takipi-setup-proxy <MyProxyAddress> (e.g. http://user:[email protected]:8080/)
  3. Add the
    -agentlib:TakipiAgent
  4. Add the JVM argument to the Java processes to monitor and restart it.
  5. Verify that you're connected to the environment by referring to the top left corner of the your screen.
533