Icinga2/Nagios check program for Raspberry Pi temperature
Go to file
Jonny007-MKD 30a21e5d2e Fix command line argument parsing 2021-01-17 12:59:36 +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 command line argument parsing 2021-01-17 12:59:36 +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)