Download the latest Infra agent
copywget https://s3.amazonaws.com/atatus-artifacts/atatus-infra/downloads/atatus-infra-agent-3.1.0-linux-arm64.tar.gz
Unzip the agent files
copytar -xzvf atatus-infra-agent-3.1.0-linux-arm64.tar.gz cd atatus-infra-agent-3.1.0-linux-arm64
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.You can set advanced configurations in the file
/etc/atatus-infra-agent/atatus.yml
.Command Description Start Agent as a service sudo service atatus-infra-agent start Stop Agent running as a service sudo service atatus-infra-agent stop Restart Agent running as a service sudo service atatus-infra-agent restart Status of Agent service sudo service atatus-infra-agent status Note:If the service wrapper is not available on your system, use: On systemd based systems:
sudo systemctl start/stop/restart/status atatus-infra-agent
Uninstall the agent
copy
/usr/bin/atatus-infra-agent-install uninstall