Nagios plugin to read and alert on the temperature as detected by a ds18b20 probe.
- Version v0.1
Initial version, not much intelligence built into this version but it is functional!
Copy check_ds18b20.py into {nagios-plugins directory} and ensure it is executable.
- Dependencies
Also requires a copy of temp.py, in this repo or originally from the 'rpi-ds18b20' snippet.
Copy temp.py into the same folder or somewhere on $PYTHONPATH
- @cscashby