In case you are using Mac a virtual machine is required.
If you are already on Linux, please proceed to the Automatic Install section.
This guide utilizes Lima.
The most simple way to install Camblet is to run the following command in your terminal.
This will setup the necessary repositories on your system and install the all Camblet components.
Check if Camblet is installed
Check the status of the systemd service of the agent:
You should see something like this:
To check the logs of the Camblet agent, run the following command:
Check the status of the Camblet kernel-module:
Manual install
If you want to install Camblet manually, you can follow the steps below:
Debian/Ubuntu
Install the dependencies first:
Import the Camblet repository key:
Add the Camblet repository:
Install the Camblet meta package (this will install the agent, kernel module and CLI):
RedHat/CentOS/Fedora and derivatives
Install the dependencies first:
Without --enablerepo epel on Amazon Linux.
Import the Camblet repository key:
Add the Camblet repository:
Install the Camblet meta package (this will install the agent, kernel module and CLI):
Load the kernel module and start the service
Load the Camblet kernel module:
Start the Camblet agent service:
Maintenance
Upgrade Camblet
If you have already installed Camblet and want to upgrade to the latest version,
run the standard upgrade command of your package manager, for example on Debian/Ubuntu: