GeoHealthCheck
GeoHealthCheck copied to clipboard
Service Status and QoS Checker for OGC Web Services
- fetches capabilites - for a random layer - fetches describefeaturetype - fetches a feature todo: documentation
Follow up on issue #395, which is now closed. [Here](https://github.com/geopython/GeoHealthCheck/issues/395#issuecomment-910291945) Just mentioned the following: > From what I learned: the latest versions of SQLAlchemy (v2 I think and up) having...
When trying to come up with a fix for issue #326, I noticed some code in which all kinds of info about resources is gathered in a loop. In this...
_This issue is related to issue #366._ **Is your feature request related to a problem? Please describe.** During a stress test of GHC (lots of resources with high frequency), I...
**Describe the bug** When running GHC without docker, memory usage keeps building and never releases (I have seen 8gb of memory usage). This problem does not occur when running in...
Currently, GHC sends an e-mail whenever a resource check fails, and also when the resource check is working again. This is the case when you've set GHC_NOTIFICATIONS_VERBOSITY to False. With...
I've just performed a test by adding many resources to the GHC DB and with all resources checked every 5 minutes. This generates a lot of log message. This is...
When using GHC with Docker I've noticed that the command `docker-compose down` takes about 10 seconds. This is an indication that the containers are removed forcefully by Docker. Probably the...
Hi, I've noticed a couple of differences between the files docker/config_site.py and GeoHealthCheck/config_main.py. The latter is containing the variables SQLALCHEMY_TRACK_MODIFICATIONS, GHC_METADATA_CACHE_SECS and GHC_PROBE_DEFAULTS, which are missing in the former. It...
When I'm adding a new WMS resource, specify "Basic Authentication" username + password, and then press the "Test" button at the Action row at the bottom of the page, I'm...