Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2
typeflat

...

Info

Relay migration

If you are using an old version of Devo Relay and want to migrate to the most recent version (v2.1.0), go here to learn how to do it.

...

Note

Important: Java versions

Please note that the devo-ng-relay and CLI require Java 17 to work. Other Java versions are not supported. The devo-ng-relay package includes this required Java version (Java 8) so please consider uninstalling any other version you may have, or use the Linux command update-alternatives to make Java 17 the default Java.

Rw ui steps macro
Rw step

Create the devo.repo file in /etc/yum.repos.d/ with the following contents:

Code Block
[devo]
baseurl = http://packages.devo.com/rpms
gpgcheck = 1
gpgkey = http://packages.devo.com/PublicKey
name = Devo Inc. packages
Rw step

Update the resources list.

Code Block
sudo yum-config-manager --enable devo
Rw step

Create a new adoptium.repo file in /etc/yum.repos.d/ with the following content:

Code Block
[Adoptium]
name=Adoptium
baseurl=https://packages.adoptium.net/artifactory/rpm/centos/7/x86_64
enabled=1
gpgcheck=1
gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public
Rw step

Install the relay package and the relay command-line interface (CLI) using this command:

Code Block
sudo yum install devo-ng-relay
Rw step

Optionally, you can install the devo-monitor package that installs scripts that monitor machine status (CPU, memory, IO traffic) so their values can be sent to the Devo endpoint. The events collected by this package will be available in the box.stat.unix.* tables  tables of your Devo domain. You can install this package using the following command: 

Code Block
sudo yum install devo-monitor
Note

It is highly recommended to install the devo-monitor package on your machine since it will help in case you need troubleshooting your relay.

Rw step

Now you must configure your relay and then activate it on the Devo platform. See the Devo Relay setup process here.

Info

You can relaunch the set up process at any time after the installation if needed.

...