check_rpi_temperature/README.md

17 lines
449 B
Markdown

# 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)