GeoHealthCheck¶
Overview¶
GeoHealthCheck (GHC) is a Python application to support monitoring OGC services uptime, availability and Quality of Service (QoS).
GHC can be used to monitor overall health of OGC services (OWS) like WMS, WFS, WCS, WMTS, SOS, CSW and more, plus some recent OGC APIs like SensorThings API and WFS v3 (OGC Features API). But also standard web REST APIs and ordinary URLs can be monitored.
Features¶
lightweight (Python with Flask)
easy setup
support for numerous OGC resources
flexible and customizable: look and feel, scoring matrix
user management
database agnostic: any SQLAlchemy supported backend
database upgrades: using Alembic with Flask-Migrate
extensible healthchecks via Plugins
per-resource scheduling and notifications
per-resource HTTP-authentication like Basic, Token (optional)
regular status summary report via email (optional)
Links¶
website: http://geohealthcheck.org
Demo: https://demo.geohealthcheck.org (official demo, master branch)
Presentation: http://geohealthcheck.org/presentation
Gitter Chat: https://gitter.im/geopython/GeoHealthCheck
This document applies to GHC version 0.8.3 and was generated on Nov 03, 2020. The latest version is always available at http://docs.geohealthcheck.org.
Contents: