Skip to content

ThibautPlg/TEMPer-Zabbix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TEMPer Zabbix

Zabbix template and script to monitor temperatures returned by a TEMPer usb stick. This could be useful to check datacenter temperature or as a remote thermometer plugged to a raspberry pi.

Requirement

Setup

On Zabbix server

  • Import the template template_temper.xml on the server, then add it to the host equipped with the TEMPer usb device.

On Zabbix client

  • Install the script
git clone https://github.com/ThibautPlg/TEMPer-Zabbix.git

mkdir -p /etc/zabbix/scripts

cp TEMPer-Zabbix/TEMPer_zabbix.sh /etc/zabbix/scripts/
chmod 750 /etc/zabbix/scripts/TEMPer_zabbix.sh
chgrp zabbix /etc/zabbix/scripts/TEMPer_zabbix.sh
  • Customize TEMPer_zabbix.sh to match your environment if needed
vim /etc/zabbix/scripts/TEMPer_zabbix.sh
  • Add a crontab entry (user zabbix or root required)
# Zabbix TEMPer USB probe
*/1 * * * * /etc/zabbix/scripts/TEMPer_zabbix.sh 1>/dev/null 2>/dev/null

About

Get TEMPer USB thermometer data into Zabbix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages