I'd need something that i can run e.g. on google app engine. Function is pretty simple, just check that some defined URLs return http status 200 and send some mail if not. Some statistics, like when which page was checked last would be great. I think you get the point.
And yet another question: does there exist a free plan on google app engine for go projects? Seems to be hard to get informations about this.
Thanks
评论:
Redundancy_:
soapysops:You could probably set up something simple and very cheap using AWS lambda + SNS
tomarus:You should use stackdriver monitoring for something like this.
There is a free plan for Go on App Engine. It's part of the Google Cloud wide Free Tier. Check out https://cloud.google.com/free/ for details.
I wrote minimon a couple of years ago, it's a really simplistic monitoring tool supporting most Nagios plugins. No idea if that will run on appengine though.
