Common issues and solutions for AstraNetmon
Symptoms: Agent doesn't show up in dashboard or shows as offline
Solutions:
# Linux
sudo systemctl status astranetmon-agent
# Windows
Get-Service "AstraNetmon Agent"
# macOS
sudo launchctl list | grep astranetmonconfig.toml file# Test if you can reach the API
curl -v https://your-domain.astraid.io/api/agent/health# Linux
sudo journalctl -u astranetmon-agent -n 50
# Windows
Get-Content "C:\ProgramData\AstraNetmon\logs\agent.log" -Tail 50
# macOS
tail -f /var/log/astranetmon-agent.logSymptoms: Agent shows online but metrics are stale
Solutions:
Symptoms: Agent consuming too much CPU or memory
Solutions:
Solutions:
Explanation: Sessions expire after 15 minutes of inactivity for security.
Solutions:
Solutions:
Solutions:
Solutions:
# Test webhook manually
curl -X POST https://your-webhook-url.com \
-H "Content-Type: application/json" \
-d '{"event":"test","timestamp":"2025-12-17T10:00:00Z","data":{}}'Solutions:
Authorization: Bearer astra_...Solutions:
Solutions:
Solutions:
Possible Causes:
Best Practices:
Solutions:
Solutions:
Solutions:
If you can't resolve the issue using this guide:
When contacting support, include: