Supported environments
Core Agent supports the following Debian-based distributions and architectures:| Distribution | Architectures |
|---|---|
| Debian 11 (Bullseye) | x86-64, arm64v8 |
| Debian 10 (Buster) | x86-64, arm64v8 |
| Ubuntu 22.04 (Jammy Jellyfish) | x86-64, arm64v8 |
| Ubuntu 20.04 (Focal Fossa) | x86-64, arm64v8 |
| Ubuntu 18.04 (Bionic Beaver) | x86-64, arm64v8 |
| Ubuntu 16.04 (Xenial Xerus) | x86-64 |
Dependencies
For Debian-based installations, Core Agent has the following general dependencies:- libc
- libsasl
- libsystemd
- libyaml
- OpenSSL
- zlib
PACKAGE with the name of the Core Agent package.
Validate packages
When retrieving packages from the Core Agent repository, Chronosphere uses dual validation (SHA256) and a GPG key.SHA256 check
The SHA256 file is distributed as thefiles.sha256 file in the Core Agent repository.
This file contains a list of all included packages.
Verify signatures
Core Agent packages are signed withcalyptia.key. You can use dpkg and apt-key
to verify these signatures.
PACKAGE with the name of the Core Agent package.
Install
Use these steps to install and enable Core Agent:-
Run the following command to update your APT package list:
-
Run the following command to upgrade your APT packages:
-
Run the following command to install Core Agent:
-
Run the following command to instruct systemd to enable the Core Agent service:
-
Perform a status check to confirm Core Agent is active. The status check
should return output similar to the following:
The default configuration of Core Agent is to collect metrics of CPU usage and send those metrics to stdout. You can see this outgoing data in your
/var/log/messagesfile.