Commit Graph

22 Commits

Author SHA1 Message Date
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
302f2b0ade Fixed layout issues in GitLab 2019-03-10 13:12:51 +01:00
3128d9ae02 Minor updates to README.md 2019-03-10 13:04:44 +01:00
1ec60af44a Updated documentation 2019-03-10 13:03:10 +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
747b6f2722 added example for using check_temperature 2016-10-17 19:04:09 +02:00
a1eeb872bf added check_temperature plugin to monitor temperatures on a RaspberryPi 2016-10-17 18:44:33 +02:00
4a52b30270 added .gitignore to prevent compiled python code and dev/test keys and count files from being checked in 2016-10-11 15:23:58 +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
cca2113d8c added cgi-bin/nagiosstatus.sh 2015-08-02 18:17:43 +02:00
5458527cf4 updated directory structure, move plugins into a separate directory 2015-08-02 17:47:31 +02:00
2bbb913849 Modified check_memory to support new procps free(1) output format
Created initial README
2015-07-26 11:12:22 +02:00
c381946e6a Initial checkin of standard check_memory script 2015-07-26 10:32:20 +02:00