Icinga2/Nagios check program for Raspberry Pi temperature
Go to file
root e7e80d974a Fix units 2022-08-06 20:57:42 +01:00
LICENSE Initial commit 2020-10-03 16:19:32 +02:00
README.md Add temperature as status output, too 2020-10-03 16:49:06 +02:00
check_rpi_temperature.sh Fix units 2022-08-06 20:57:42 +01:00
command_check_rpi_temperature.conf Added command_check_rpi_temperature.conf 2020-12-30 13:58:37 +01:00

README.md

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. Otherwise "VCHI initialization failed"

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)