Commit Graph

12 Commits

Author SHA1 Message Date
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