Install the agent

  1. Download the latest Musl Infra agent

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

    copy
    icon/buttons/copy
    tar -xzvf atatus-infra-agent-3.0.0-linux-musl.tar.gz
    cd atatus-infra-agent-3.0.0-linux-musl
    
  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.

  4. 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.