Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
CHANGELOG 605 B
Newer Older
thl-cmk's avatar
thl-cmk committed
2021-03-18: initial release
2021-03-21: fixed params in cisco_asa_fan, removed params from cisco_asa_power
2021-03-22: code improvements as requested by jherbel@tribe29
            - added CMK default header
            - added more specific class for power supply sensor
            - replaced sensors dict with NamedTuple
            - changed discovery functions to single line (yield from)
            - moved up "except KeyError"/changed exception to return in temp/fan/power
            - added type hint for section in check function temp/power
            - moved imports from temp to top of file