Check logs enabled in agent configurations
Make sure
logs_enabled
is set to "true" in the file/etc/atatus-infra-agent/atatus.yml
logs_enabled: true
If it doesn't, then update it and restart the infra agent.
copysudo service atatus-infra-agent restart # OR sudo systemctl restart atatus-infra-agent
You will see the data within 2-3 minutes in the Atatus dashboard. Still you can't see the data, please follow below instructions.
Send below information to Us
Check if Atatus Infra Agent is running.
copyps aux | grep atatus-infra-agent
Share the environment details
copycat /etc/*-release
Clear the log files
copy$ sudo rm /var/log/atatus-infra-agent/agent.log.* $ > /var/log/atatus-infra-agent/agent.log
Set log level in
/etc/atatus-infra-agent/atatus.yml
file.log_level: verbose
Restart the Atatus agent
copysudo service atatus-infra-agent restart # OR sudo systemctl restart atatus-infra-agent
Zip the atatus log directory
copyzip -r atatus-infra.zip /var/log/atatus-infra-agent
Send the zipped file to success@atatus.com