:py:mod:`GeoHealthCheck.check` ============================== .. py:module:: GeoHealthCheck.check Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: GeoHealthCheck.check.Check .. py:class:: Check Bases: :py:obj:`plugin.Plugin` Base class for specific Plugin implementations to perform a check on results from a Probe. .. py:method:: init(probe, check_vars) Initialize Checker with parent Probe and parameters dict. :return: .. py:method:: set_result(success, message) .. py:method:: perform() Perform this Check's specific check. TODO: return Result object. :return: