GeoHealthCheck icon indicating copy to clipboard operation
GeoHealthCheck copied to clipboard

Service Status and QoS Checker for OGC Web Services

Results 92 GeoHealthCheck issues
Sort by recently updated
recently updated
newest added

Though we can dump/restore using the DB, it may be very useful to have a simple export/import facility. YAML is simple enough. In another `Flask` project I used [sqla_yaml_fixtures](https://github.com/schettino72/sqla_yaml_fixtures) to...

enhancement

A Postgres database contains one or more named [schemas](https://www.postgresql.org/docs/9.6/static/ddl-schemas.html), which in turn contain tables. Default is the `public` schema. Especially with PostGIS the use of schemas is recommended practice (all...

enhancement

Following on from https://github.com/geopython/GeoHealthCheck/issues/43#issuecomment-247769791, update model to define summary tables which are triggered/updated as resources are checked/probed.

## User Story As a developer I want to programmatically Create, read, update delete resources So that I can integrate health checking into my application ## Proposal - Implement a...

enhancement

Using PostgreSQL as backend, logging the DB statements, there seems to be quite a number of queries just to display a single Resource page with a single WMS Resource like...

enhancement

Times from/in HTML templates are shown in GMT (Z). Add option, or always show in local/browser's timezone. ... Looks like this needs to be done in Python as the `DateTime`...

enhancement

max_count added to the PARAM_DEFS with a default of 1000.

enhancement

Now it is possible to probe ArcGIS Server MapServices

enhancement

**Is your feature request related to a problem? Please describe.** RTD has some new policies, and also the API docs (Python module APIs) are not rendered by RTD. Webhook seems...

enhancement

**Describe the bug** Configuring an 'HTTP POST Resource URL with body' test on a WMS with basic authentication, it always fail with an error 401: ``` { "checks": [ {...

bug