Hello Didier, thanks for the reply. The capabilites API gives info about general GAE infrastructure problems. What I want to monitor ist the health of the application itself. The dashboard gives most of the vital data needed and I just want to have a scheduled job that keeps checking them to alert me by mail if a severe problem occurs. So I am looking more or less for an API to retrieve the information displayed on the dashboard (load, quota, requests with the most errors etc.).
Cheers, Toby On Jun 23, 12:15 pm, Didier Durand <[email protected]> wrote: > Hi Toby, > > The (new) capabilities API should > help:http://code.google.com/appengine/docs/java/capabilities/overview.html > > regards > > didier > > On Jun 23, 8:39 am, Toby <[email protected]> wrote: > > > > > > > > > Hi, > > I do frequently experience some problems with my app. Errors going up > > or an unusual traffic load or whatsoever. I often find these kind of > > issues by checking the dashboard from time to time. > > I would like some automatic notification that gives me e.g. an email > > alert when some threashold is exeeded. I also run multiple instances > > and it would be good to have one view that combines the status of all > > of them. > > It is probably easy to parse the html and build an app that does what > > I want. But before starting I wonder what you think and if there is a > > better way to do. E.g. is there an API to the dashboard? > > Cheers, > > Toby -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
