Comments on: A super simple Magento store monitoring tool powered by Google App Engine http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: leongpow http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/comment-page-1/#comment-4685 Thu, 12 Apr 2012 03:12:14 +0000 http://www.aschroder.com/?p=577#comment-4685 query.setFilter(“adminEmail == emailParam && emailVerified == null”);

above line with null is work?

]]>
By: Tom http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/comment-page-1/#comment-2571 Thu, 01 Sep 2011 11:08:59 +0000 http://www.aschroder.com/?p=577#comment-2571 Hi Ashley,

sounds like an interesting project to me.
I would like to try it out on our GAE account. Do you provide the source code for download somewhere?

BR Tom

]]>
By: Matt http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/comment-page-1/#comment-936 Fri, 05 Mar 2010 09:57:39 +0000 http://www.aschroder.com/?p=577#comment-936 Going to give this a go.

I think this is genius and generous.

Good man, thank you!

]]>
By: Ashley http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/comment-page-1/#comment-777 Sun, 27 Dec 2009 05:22:37 +0000 http://www.aschroder.com/?p=577#comment-777 Thanks for telling me about them, looks like a cool service, just too much of a cheapskate to pay for it!

]]>
By: Josh http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/comment-page-1/#comment-776 Fri, 25 Dec 2009 20:42:17 +0000 http://www.aschroder.com/?p=577#comment-776 Why not use a service like pingdom. Simple, reliable, lots of features (charts, SMS/email alerts) 1 minute polling intervals.

]]>
By: Ashley http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/comment-page-1/#comment-770 Mon, 14 Dec 2009 20:51:04 +0000 http://www.aschroder.com/?p=577#comment-770 I think Magento’s error page sends a 500 error code, so my app will detect that, the database error may depend on what response code is sent. That said we could improve the monitor to actually do things like add to cart, or login as a test customer – to ensure actual functionality, not just responsiveness.

]]>
By: Brady http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/comment-page-1/#comment-769 Mon, 14 Dec 2009 20:19:49 +0000 http://www.aschroder.com/?p=577#comment-769 Wow – what a great solution! Thank you so much for sharing this!

One question I have – does this check if the Magento site is actually working, or just if the server is responding? I’ve had our site go down but show Magento’s error page, or even a MySQL max users database error, which doesn’t throw a “down” error on other monitoring services I’ve tried.

Thanks!

]]>