Skip to content

B1T0/zabbix-basic-cpu-temperature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix Basic CPU Temperature

This is a very basic template for Zabbix to monitor CPU temperature of Linux machines based on this blogpost.

How to Install

Configure Zabbix Agent

  1. Make sure lm-sensors is installed. If not use sudo apt install lm-sensors to install it.
  2. Copy userparameter_cputemp.conf to /etc/zabbix/zabbix_agentd.d/.
  3. Restart zabbix-agent using sudo systemctl restart zabbix-agent.

Configure Zabbix web-panel

  1. In Configuration>Templates click on Import.
  2. Choose Template basicCPUTemp.xml and click on Import.
  3. Check whether temperature data is sent to Zabbix web-panel in Monitoring>Latest Data.
  4. Create Screens and monitor your servers!

What to do in case of errors

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.