Enterprise Agent Deployment Using Linux Package Method
The ThousandEyes Enterprise Agent can be deployed on a variety of Linux distributions such as Ubuntu, Red Hat Enterprise Linux (RHEL), and CentOS. Supported operating systems can be found here: Supported Enterprise Agent Operating Systems.
For Linux distributions not on this list, you may be able to install Docker and the Enterprise Agent Docker container. For more details, see Enterprise Agent deployment using Docker.
Installation
Log in to the Linux system on which you will install the ThousandEyes Enterprise Agent. Log in either as the root user, or a user which has been granted “sudo” access to the necessary package management and other commands required for the installation. Then log into the ThousandEyes application and follow the steps found under Agents > Enterprise Agents > +Add New Agent > Linux Package, explained in detail below.
The first step downloads the installation script from ThousandEyes:
The second command enables execute permission for the installation script:
The third command runs the script:
Notes
The Account Group Installation Token identifies the Agent as belonging to a specific Account Group and can be found under Cloud & Enterprise Agents > Agent Settings+Add New Agent > Show Account Group Token for Installation.
If there are multiple Account Groups in your organization you will need to copy the token from the Account Group context in which you wish the Agent to be first seen. An Agent can be shared between groups. Additional information could be found here: Working with Agent settings.
If multiple IP addresses are detected on the system, you will be prompted to choose the appropriate one during installation.
Advanced Options
To display the advanced options when installing the Agent use either -h or --help flags.
Post-Installation
Once the installation completes, the Agent will start automatically. Normally, within a minute the Agent will appear under Cloud & Enterprise Agents > Agent Settings
To avoid synchronization problems with the ThousandEyes collector it is strongly recommended that you install a Network Time Protocol (NTP) package. To download and install an NTP package issue the following commands on the Agents host machine:
Ubuntu
sudo apt-get install ntp (Download and install NTP service)
service ntp start (Start the NTP service)
service ntp status (View current status)
If you wish to use alternate NTP servers, edit /etc/ntp.conf:
Red Hat Enterprise Linux or CentOS
yum install ntp (Install the NTP service)
systemctl start ntpd (Start the NTP service)
systemctl enable ntpd (Enable NTP to start on reboots)
systemctl status ntpd (Print the current status)
If you wish to use alternate NTP servers, edit /etc/ntp.conf:
We recommend you ensure the NTP service starts at boot time by restarting your system and verifying the ntpd process is automatically started.
Last updated