sot / jobwatch

Watch files, database tables, and log files to ensure valid cron processing
3 stars 0 forks source link

Check that kadi web server is responding hourly #11

Closed taldcroft closed 8 years ago

taldcroft commented 9 years ago

Add an hourly check that http://kadi.cfa.harvard.edu loads.

jeanconn commented 9 years ago

Would you like a custom URL watch for this? Or a lower-tech solution where we have one cron task that is just fetching kadi.cfa.harvard.edu or some such and updating a file that we can then check with the FileWatch things that are already in jobwatch?

taldcroft commented 9 years ago

Custom URL watch.

jeanconn commented 9 years ago

Idea for SkaURLWatch PR'd here.

jeanconn commented 9 years ago

I couldn't figure out sane date parsing from the strings returned in requests.headers, but this seems to work.

taldcroft commented 8 years ago

OK, this looks fine to me.