[google-appengine] Re: Monitoring Server on GAE?

2009-06-12 Thread chenbaiping
Are you looking for http://timer2.appspot.com It was developed by our group last year. It has following services: # Monitor your website, if your website fails, you will be notified by an email. # Set up cron jobs for you web app . # Send timing email. -邮件原件- 发件人: google-appengine@google

[google-appengine] Re: Monitoring Server on GAE?

2009-06-11 Thread shlomo
Thanks for the pointers, Barry. I was thinking of something more comprehensive, something along the lines of Munin or Cacti, which collects the data and also displays dashboards, implemented in Python or Java (obviously) for GAE. It seems like an ideal use case for GAE: - low bandwidth - minimal

[google-appengine] Re: Monitoring Server on GAE?

2009-06-11 Thread Barry Hunter
If what you want to monitor can be monitored by a URLfetch (a HTTP URL you want to verify), then GAE will probably work quite well. You can have a process spawed by the scheduler (aka Cron), which trys to connect to a perdertmined set of URLs. If any fail or dont return the expected result, send