If you’ve installed our Server Monitoring Agent on your ArchLinux server, and it’s not sending out metrics data, one possible solution would be to edit your crontab (command: crontab -e
), and change it from this:
* * * * * bash /etc/hetrixtools/hetrixtools_agent.sh >> /etc/hetrixtools/hetrixtools_cron.log 2>&1
to this
*/1 * * * * bash /etc/hetrixtools/hetrixtools_agent.sh >> /etc/hetrixtools/hetrixtools_cron.log 2>&1