9.3.1.2. GeoHealthCheck.check

9.3.1.2.1. Classes

Check

Base class for specific Plugin implementations to perform

9.3.1.2.2. Module Contents

class GeoHealthCheck.check.Check

Bases: plugin.Plugin

Base 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: