9.3.1.2. GeoHealthCheck.check
9.3.1.2.1. Classes
Base class for specific Plugin implementations to perform |
9.3.1.2.2. Module Contents
- class GeoHealthCheck.check.Check
Bases:
plugin.PluginBase class for specific Plugin implementations to perform a check on results from a Probe.
- probe = None
- init(probe, check_vars)
Initialize Checker with parent Probe and parameters dict. :return:
- set_result(success, message)
- perform()
Perform this Check’s specific check. TODO: return Result object. :return: