conference logo

Playlist "FOSS4G 2019"

GeoHealthCheck: QoS Monitor for Geospatial Web Services

Tom Kralidis and Just van den Broecke

Keeping geospatial web services operational is best paired with monitoring. Downtime is a key performance indicator, however so are service functionality and performance. The OGC has created a Quality of Service and Experience Domain Working Group to research and provide best practices, illustrating the importance of this topic.

There are many HTTP monitoring tools that track general status and uptime. However, OGC web services often have custom reporting errors which are usually not considered. Examples include custom errors or null results based on database issues. In these cases a generic uptime checker will assume the service is functioning correctly though the response says otherwise.

These issues illustrate the value of OGC-aware service monitoring and have been missing from the FOSS4G ecosystem. Until now.

GeoHealthCheck (GHC) is an OGC web services monitoring framework. GHC is written in Python as part of the GeoPython GitHub Organization. GHC is a monitoring engine that executes “health checks” and a web application which reports on key performance indicators. GHC also supports a plugin framework for specific requirements.

This presentation will provide an overview of GHC as well as upcoming features and future plans.

None