Zelos Agent¶
The Zelos Agent is a service for capturing tracing data on headless systems.
Installing via APT on Ubuntu¶
Warning
Installing via Apt is currently only supported for Ubuntu 22.04 Jammy. The following instructions should work for newer versions of Debian or Ubuntu, but have not been extensively tested.
Run the following commands in a terminal to add the Zelos apt repository and install the Zelos agent package.
echo "deb [trusted=yes] https://release.zeloscloud.io/app/ubuntu jammy main" \
| sudo tee /etc/apt/sources.list.d/zelos.list
sudo apt update
sudo apt install zelos-agent
Showing Agent Status¶
To check the status of the Zelos agent, use the following command:
sudo systemctl status zelos-agent