One of our Server Monitoring Agent features is that it will try to determine whether or not your server requires a reboot, as explained here: https://docs.hetrixtools.com/reboot-required-warning/ However, the icons this feature generates might be distracting at times, so we’ve implemented a way that you can tone these down, so they only appear when opening the […]
Category: 14 Common Issues
Server Monitoring Agent not sending data from an ArchLinux server
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 […]