Install Collector/Agent using Deb
To install using the Deb Package Manager for Ubuntu/Debian:
- 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" - Add the OverOps gpg public key:
wget -O - http://takipi-deb-repo.s3.amazonaws.com/[email protected] | sudo apt-key add - - Update apt-get:
sudo apt-get update - 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
- Enter your installation key as the
<MyKey>argument:
sudo /opt/takipi/etc/takipi-setup-package <MyKey> - Optional: set up a proxy connection:
/opt/takipi/etc/takipi-setup-proxy <MyProxyAddress>(e.g.http://user:[email protected]:8080/) - Add the
-agentlib:TakipiAgent - Add the JVM argument to the Java processes to monitor and restart it.
- Verify that you're connected to the environment by referring to the top left corner of your screen.
Updated 6 months ago
