Skip to content

How To Use

Takul edited this page Oct 15, 2017 · 3 revisions

Preparation

  • Make sure already have lm_sensor installed

Use

./cpuTemp.sh 80

first parameter to set the threshold how big it will notify us when it will be alerted

Install

  • crontab -e

* * * * * bash /path-of-the-script/cpuTemp.sh 80 > /dev/null 2>&1

Clone this wiki locally