If you already installed the agent, but can't see the data in the Atatus dashboard for more than 10 minutes, just share the following details to us. Our team will help you.

Send below information to Us

  1. Check if Atatus Infra Agent is running.

    copy
    icon/buttons/copy
    ps aux | grep atatus-infra-agent
    
  2. Share the environment details

    copy
    icon/buttons/copy
    cat /etc/*-release
    
  3. Clear the log files

    copy
    icon/buttons/copy
    $ sudo rm /var/log/atatus-infra-agent/agent.log.*
    $ > /var/log/atatus-infra-agent/agent.log
    
  4. Set log level in /etc/atatus-infra-agent/atatus.yml file.

    log_level: verbose
    
  5. Restart the Atatus agent

    copy
    icon/buttons/copy
    sudo service atatus-infra-agent restart
    # OR
    sudo systemctl restart atatus-infra-agent
    
  6. Zip the atatus log directory

    copy
    icon/buttons/copy
    zip -r atatus-infra.zip /var/log/atatus-infra-agent
    
  7. Send the zipped file to success@atatus.com