Mark this app as Unstable
-
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?
-
@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