Install the agent
Download the latest Musl Infra agent
copywget https://atatus-artifacts.s3.amazonaws.com/atatus-infra/downloads/atatus-infra-agent-3.1.0-linux-musl.tar.gz
Unzip the agent files
copytar -xzvf atatus-infra-agent-3.1.0-linux-musl.tar.gz cd atatus-infra-agent-3.1.0-linux-musl
Install the infra agent
copysudo ATATUS_LICENSE_KEY="INFRA_LIC_KEY" bash install.sh install
INFRA_LIC_KEY
- add the Atatus Infra License key in this line of code.Start the infra agent
nohup /usr/bin/atatus-infra-agent -c /etc/atatus-infra-agent/ -l /var/log/atatus-infra-agent/ &
You can set advanced configurations in the file
/etc/atatus-infra-agent/atatus.yml
.