On Mon, Aug 5, 2013 at 6:40 PM, Felippe Bueno <[email protected]>wrote:
> As matter of fact, I realized that this kind of problem exists in other > PaaS providers. > That's why I started the paas-monitor project (https://github.com/fbueno/ > paas-monitor/). > I started with python only. You can see it in action at > http://paas.mongu.ru/cgi-bin/nagios3/status.cgi?host=all or > http://paas.mongu.ru/nagios3/. > > > The idea is to provide plugable code for every language on AppEngine and > others, to let people monitor using the preferred way/software. > > Does that make any sense ? I mean, would you use this kind of code in your > apps ? > Any kind of help/suggestion is appreciated. > It's a good idea, but I have the same feeling as Barry - it's far more useful if the generated data relates to the production app, rather than an entirely separate app. Perhaps it would be better if the "control" app ran as a different version (or as a different module) on the same app id as the production app? Presumably different versions of the same app would run on the same machine, or machines close together. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
