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.
-
@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 for that use case you use an external service and if there is no twillio integration, you webhook to an app that does like slack or discord.
At that point SMS is a bit redundant if you get the webhook notifications for free.
-
-
@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!
-
We've done some exploration and it seems the issues with configuration precedence and so has been fixed in the development version, so I assume it'll be all fixed in the next stable release.
-
So the app is actively developing, but community PRs and issues are not being answered - in the interest of transparency and continued development, we're probably forking the codebase.
-
So the app is actively developing, but community PRs and issues are not being answered - in the interest of transparency and continued development, we're probably forking the codebase.
-
@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 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?
-
@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?