Commit Graph

8 Commits

Author SHA1 Message Date
c1cfdd7d21 updated plugins to python3
made specifying which temperatur for plugins/check_temperature mandatory
2024-12-29 15:36:33 +01:00
379482e729 Added Bosch Sensortec I2C BME280/BMP280 sensor
Added support for additional measurements in addition to the temperature
Fixed handling of default I2C address
Updated documentation for the new I2C sensors (and fixed a few errors)
2019-03-10 13:01:49 +01:00
Frederik Lindenaar
28daf07d1a fixed scaling issue for Raspberry Pi CPU temperature 2019-03-03 20:47:38 +01:00
Frederik Lindenaar
2349fc1add Added support for I2C MCP9808 sensor (closes #4) based on https://github.com/ControlEverythingCommunity/MCP9808/blob/master/Python/MCP9808.py 2019-03-03 20:14:51 +01:00
8afdb5e311 added Raspberry Pi CPU temperature reading
please note: CLI change: now need to specify which device to read!

Documentation updated accordingly
2018-01-06 20:06:27 +01:00
fd109cdada changed way how performance data is handled so that the order is preserved (fixes #1)
rewrote use of map() to list comprehension as use of map() is an anti-pattern as part of the fix.

improved the status message when warn or critical thresholds are exceeded
2016-10-18 01:44:11 +02:00
d5ca8d7600 Added units in performance data (C/F for temperature and s for time).
closes #2

renamed time performance data to checktime
2016-10-17 19:26:46 +02:00
a1eeb872bf added check_temperature plugin to monitor temperatures on a RaspberryPi 2016-10-17 18:44:33 +02:00