9.1.2.2. GeoHealthCheck.check

9.1.2.2.1. Module Contents

9.1.2.2.1.1. Classes

Check

Base class for specific Plugin implementations to perform

class GeoHealthCheck.check.Check

Bases: plugin.Plugin

Base class for specific Plugin implementations to perform a check on results from a Probe.

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: