dandi / upptime

Upptime for DANDI and related services
https://www.dandiarchive.org/upptime/
MIT License
2 stars 3 forks source link

Add monitoring of dandisets/ superdataset for "up to dateness" #20

Open yarikoptic opened 3 months ago

yarikoptic commented 3 months ago

Inspired by

We should be updating the https://github.com/dandi/dandisets/ pretty much daily -- the single process shouldn't be taking too long since we are not doing data fetches there etc. So we need to configure a check which would check for the latest commit of https://github.com/dandi/dandisets/ and if it is older than e.g. 3 days -- report a fail. Requires research in how to accomplish it with upptime.

jwodder commented 3 months ago

@yarikoptic It appears that Upptime can only check whether a given host or URL is successfully reachable over TCP and/or HTTP; it can't run arbitrary health checks.

yarikoptic commented 3 months ago

that sucks. Filed

please subscribe to be notified if implemented etc.