-
made specifying which temperatur for plugins/check_temperature mandatory
-
- got rid of unnecessary read commands to set variables - de-duplicate the list of nameservers to check before checking
-
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)
-
…trolEverythingCommunity/MCP9808/blob/master/Python/MCP9808.py
-
- added SSL validation options (--no-ssl-validation, --cacert, --capath) to deal with SSL validation issues
-
please note: CLI change: now need to specify which device to read! Documentation updated accordingly
-
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
-
closes #2 renamed time performance data to checktime