1. Download the latest Infra agent

    copy
    icon/buttons/copy
    wget https://s3.amazonaws.com/atatus-artifacts/atatus-infra/downloads/atatus-infra-agent-3.0.0-linux-arm64.tar.gz
    
  2. Unzip the agent files

    copy
    icon/buttons/copy
    tar -xzvf atatus-infra-agent-3.0.0-linux-arm64.tar.gz
    cd atatus-infra-agent-3.0.0-linux-arm64
    
  3. Install the infra agent

    copy
    icon/buttons/copy
    sudo 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
icon/buttons/copy
/usr/bin/atatus-infra-agent-install  uninstall