--
The Problem
A server hiccup, hosting issue, or database error quietly takes your store offline, and you don’t find out until a customer emails you hours later. Every minute your store is down without you knowing is a lost sale.
The Proposed Solution
A super simple, automated alert system for Phoenix Cart:
1. You drop one tiny file into your store’s root folder.
2. A central monitor (hosted here at phoenixcart.org) pings that file every few minutes to check that both your web server and database are healthy. There could even be the possibility of a decentralized monitor - worth exploring.
3. Instant Slack Alert (or email - aware that the email would need to be different to your shop domain!) if your shop goes down, you automatically get an instant message so you can fix it right away.
---
Why this approach?
- Zero site slowdown: It checks your store in milliseconds in the background without loading full web pages.
- No false alarms: It verifies a failure twice before alerting you, so temporary hosting hiccups won't spam you.
- Simple set-up: You just paste your Slack link into your shop Admin and click "Enable".
Would you use this?
I want to see if this is something shop owners would actually use. If there’s enough interest, I'll look into flowcharting, then maybe we can look at making something together just as we did with Product Anywhere.
This system will be a bit complicated codewise, as it needs to be really easy for the end shopowner.
Please post your thoughts/ideas.
Open to any idea or critics, be as harsh as you like.
If you have little to no interest, please say so ! Even that helps...
If anything doesn't make sense, ask questions. Your questions might spark ideas, and I'll do my best to answer..