This is a very basic template for Zabbix to monitor CPU temperature of Linux machines based on this blogpost.
- Make sure lm-sensors is installed. If not use
sudo apt install lm-sensors
to install it. - Copy userparameter_cputemp.conf to /etc/zabbix/zabbix_agentd.d/.
- Restart zabbix-agent using
sudo systemctl restart zabbix-agent
.
- In Configuration>Templates click on Import.
- Choose Template basicCPUTemp.xml and click on Import.
- Check whether temperature data is sent to Zabbix web-panel in Monitoring>Latest Data.
- Create Screens and monitor your servers!
NEW: Sadly I am not actively using this little piece of software any longer. I am back at it again!
Please feel free to create issues and pull requests. I will review them from time to time.
- Also check the blogpost this template is based on to get to know how this works.