[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 CPU requirements
- web-based
- push (URLFetch) and pull (Requests) to collect data point samples

If this doesn't exist yet, it really should

On Jun 11, 6:00 pm, Barry Hunter  wrote:
> 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 of an email.
>
> If you want SMS or similar, just find a email to SMS gateway.
>
> On 10/06/2009, shlomo  wrote:
>
>
>
>
>
> >  It seems to me that GAE is perfectly suited to hosting an IT-
> >  infrastructure monitoring server, for example to monitor my in-the-
> >  cloud services and alert me when something goes wrong.
>
> >  I know Hyperic has a tool to monitor GAE Apps - but I am interested in
> >  the reverse: a GAE-based service that monitors my servers (which are
> >  hosted elsewhere).
>
> >  Googling for this doesn't show anything relevant.
>
> >  Anyone heard of such a thing?
>
> >  Thanks.
>
> --
> Barry
>
> -www.nearby.org.uk-www.geograph.org.uk-
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Monitoring Server on GAE?

2009-06-10 Thread shlomo

GAE seems very well suited to hosting a monitoring server which
collects monitoring events from my hosted (elsewhere) applications and
presents GUI reports, send alert emails, etc.

I'm aware of the Hyperic product that monitors GAE apps, but I'm
looking for the opposite: something that runs on GAE and monitors
other services.

Anyone heard of anything like this?

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Monitoring Server on GAE?

2009-06-10 Thread shlomo

It seems to me that GAE is perfectly suited to hosting an IT-
infrastructure monitoring server, for example to monitor my in-the-
cloud services and alert me when something goes wrong.

I know Hyperic has a tool to monitor GAE Apps - but I am interested in
the reverse: a GAE-based service that monitors my servers (which are
hosted elsewhere).

Googling for this doesn't show anything relevant.

Anyone heard of such a thing?

Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---