GeoHealthCheck.check ==================== .. py:module:: GeoHealthCheck.check Classes ------- .. autoapisummary:: GeoHealthCheck.check.Check Module Contents --------------- .. py:class:: Check Bases: :py:obj:`plugin.Plugin` Base class for specific Plugin implementations to perform a check on results from a Probe. .. py:attribute:: probe :value: None .. 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: