Devo software
This article gathers all the Devo software needed to configure your machine and start sending data to Devo from different environments. All these procedures are explained in detail in different articles in this section, so please go to each specific article mentioned for each software to learn more about the installation and configuration process.
Devo Relay
Devo Relay should be installed preferably on a system running Ubuntu. Find below the files you will need depending on your machine. Learn more about how to install the Devo relay in Installing Devo Relay.
Install the relay on a Ubuntu box
To install Devo Relay on a Ubuntu box, download the following files:
File | Download link | Version |
---|---|---|
Devo Relay | 2.1.0 | |
Devo Relay CLI | 1.1.0 |
Learn more in Install the Relay on an Ubuntu box.
Install the relay on a Red Hat or CentOS box
If you're working on a Unix family operating system, you must download the following files:
File | Download link | Version |
---|---|---|
Devo Relay | 2.1.0 | |
Devo Relay CLI | 1.1.0 |
Learn more in Install the Relay on a Red Hat or CentOS box.
Packages for *nix
Devo provides two packages to help you monitor and send system log events via rsyslog to a Devo endpoint.
devo-monitor
The devo-monitor package is used to send metrics related to your machine (CPU, memory...) to the box.stat.unix.* data tables.
File | System | Download link | Version |
---|---|---|---|
devo-monitor | Ubuntu18 / Ubuntu20 | 2.0.7 | |
devo-monitor | Red Hat 7 / CentOS 7 Red Hat 8 / CentOS 8 | 2.0.7-1 |
Learn how to install it here.
devo-system
The devo-system package is used to send logs related to your OS to the box.unix data table.
File | System | Download link | Version |
---|---|---|---|
devo-system | Ubuntu | 1.0.2 | |
devo-system | Red Hat 7 / CentOS 7 | 1.0.2-1 | |
devo-system | Red Hat 8 / CentOS 8 | 1.0.2-1 |
Learn how to install it here.
Scoja
The Scoja project has a library for sending via syslog from Java applications. In order to use this library, users must add the following two files to the CLASSPATH:
File | Download link | Version |
---|---|---|
Scoja cc | 1.4.0 | |
Scoja client | 1.5.1 |
Learn more in Scoja client library.