You can move around the graph by using the arrow keys.
Created with Raphaël 2.1.229Dec9Mar10328Jan618Oct1711102Aug26Julupdated readme to state the python3 is now requiredmastermasterupdated plugins to python32 optimizations:First commit for check_dns_replicationFixed layout issues in GitLabMinor updates to README.mdUpdated documentationAdded Bosch Sensortec I2C BME280/BMP280 sensorfixed scaling issue for Raspberry Pi CPU temperatureAdded support for I2C MCP9808 sensor (closes #4) based on https://github.com/ControlEverythingCommunity/MCP9808/blob/master/Python/MCP9808.py- set HTTP User-Agent header to check_otp/VERSIONadded Raspberry Pi CPU temperature readingrewrote use of map() to list comprehension as use of map() is an anti-pattern as part of the fix.changed way how performance data is handled so that the order is preserved (fixes #1)Added units in performance data (C/F for temperature and s for time).added example for using check_temperatureadded check_temperature plugin to monitor temperatures on a RaspberryPiadded .gitignore to prevent compiled python code and dev/test keys and count files from being checked inadded first implementation of check_otp supporting HOTP and TOTP checks against PrivacyIDEA/LinOTPAdded check_multiple_host_addresses as I stil had that laying around somewhereadded cgi-bin/nagiosstatus.shupdated directory structure, move plugins into a separate directoryModified check_memory to support new procps free(1) output formatInitial checkin of standard check_memory script