Mark this app as Unstable
-
@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.
@robi Thank's Robi, What if You don't have internet connection to check slack? ?
-
-
wrote on Jan 4, 2021, 9:45 PM last edited by
@p44 Take a look at https://github.com/cstate/cstate
Netlify has an awesome infrastructure and it's free to use for something like this.
-
@robi That's why I think should have more channels to get notified...
-
wrote on Jan 5, 2021, 5:57 PM last edited by
@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.
-
@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.
@mario Thank's Mario! Hope future release will be more stable so we can use all features.
-
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.
@mario so is there a chance to have a new product? (in addition to the existing one)
-
-
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.
@mario Any update?
-
@mario Thank's hope to get updates soon
Have a good work!
-
-
@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?
-
@robi This is useful in those cases, as I told, I'm off or out-of-office, or Cloudron instance is totally down so cannot get notified by email.
-
@robi This is useful in those cases, as I told, I'm off or out-of-office, or Cloudron instance is totally down so cannot get notified by email.
-
-
https://github.com/TwinProduction/gatus seems like a nice alternative