15 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
bbad51d9ca 2 optimizations:
- got rid of unnecessary read commands to set variables
- de-duplicate the list of nameservers to check before checking
2021-03-09 23:30:46 +01:00
dadb9bb181 First commit for check_dns_replication 2021-03-09 21:48:55 +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
d54130d182 - set HTTP User-Agent header to check_otp/VERSION
- added SSL validation options (--no-ssl-validation, --cacert, --capath)
to deal with SSL validation issues
2018-01-28 13:13:32 +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
3e330c37e2 rewrote use of map() to list comprehension as use of map() is an anti-pattern as part of the fix. 2016-10-18 01:59:46 +02: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
d9efd3954e added first implementation of check_otp supporting HOTP and TOTP checks against PrivacyIDEA/LinOTP 2016-10-10 11:27:24 +02:00
ed63fa9140 Added check_multiple_host_addresses as I stil had that laying around somewhere 2015-08-02 19:35:50 +02:00
5458527cf4 updated directory structure, move plugins into a separate directory 2015-08-02 17:47:31 +02:00