Mark this app as Unstable
-
@robi Maybe yes, but one of most interesting feature of Statping is to connect to Twilio and have an SMS notification. I think this is a good way to get notified not only on email but also on mobile.
Specially in case of total server failover, where also Cloudron cannot send email notifications.
-
@p44 Let me know when you figure out how well that works for you.
I have previous experience where there is too much of such a thing and it wasn't intelligently tiered, as in when one form of notification fails, it escalates to the next, until one works.
-
@robi said in Mark this app as Unstable:
@p44 Let me know when you figure out how well that works for you.
Sure Robi I will!
-
@robi Hello @robi ! I find a solution and when something goes wrong, I'll receive one call and one sms.
I used:
- Integromat
- Twilio
Both with free plan
Script it was very simple: Http GET Request every 15 minutes my.domain.tld and if something goes wrong, create mobile call + create SMS.
So now if something happens and I'm away from office or off-line, only with GSM, I can have a call.
What do you think?