Icinga2/Nagios check program for Raspberry Pi temperature
Go to file
2020-10-03 16:46:52 +02:00
check_rpi_temperature.sh Added check for bc 2020-10-03 16:46:52 +02:00
LICENSE Initial commit 2020-10-03 16:19:32 +02:00
README.md Added check for bc 2020-10-03 16:46:52 +02:00

check_rpi_temperature

Icinga2/Nagios check program for Raspberry Pi temperature

Requirements

  • bc for floating point calculation
  • Adding executing user to video group: sudo adduser nagios video

Arguments

  • --warning 50: Temperature above which the result is warning
  • --critical 70: Temperature above which the result is critical
  • --fahrenheit: All temperatures in Fahrenheit (°F)