9.3.1.13.1.2.1.2. GeoHealthCheck.plugins.probe.ghcreport

9.3.1.13.1.2.1.2.1. Attributes

LOGGER

9.3.1.13.1.2.1.2.2. Classes

GHCEmailReporter

Probe for GeoHealthCheck endpoint recurring status Reporter.

9.3.1.13.1.2.1.2.3. Module Contents

GeoHealthCheck.plugins.probe.ghcreport.LOGGER
class GeoHealthCheck.plugins.probe.ghcreport.GHCEmailReporter

Bases: GeoHealthCheck.probe.Probe

Probe for GeoHealthCheck endpoint recurring status Reporter. When invoked it will get the overall status of the GHC Endpoint and email a summary, with links to more detailed reports.

NAME = 'GHC Email Reporter'

Short name of Plugin. TODO: i18n e.g. NAME_nl_NL ?

DESCRIPTION = 'Fetches Resources status summary from GHC endpoint and reports by email'

Longer description of Plugin. TODO: optional i18n e.g. DESCRIPTION_de_DE ?

RESOURCE_TYPE = 'GHC:Report'

Type of GHC Resource e.g. ‘OGC:WMS’, default not applicable.

REQUEST_METHOD = 'GET'

HTTP request method capitalized, GET (default) or POST.

PARAM_DEFS

Param defs

perform_request()

Perform the reporting.