:ring_buoy::grey_question:Monitoring :slightly_smi...
# ask-a-descoper
t
🛟Monitoring 🙂 | Is there a way for us to have notification go to slack or page sms page for certain conditions?
1. heartbeat on our production instance of descope 2. Auth Fail spiking over threshold
b
Heartbeat - you can subscribe to our status page and get notified if we find any issue with the service
t
Any way to webhook that to slack?
or do I need to build/ find a bot?
I see slack on the page 🙂
Love you guys. 😉
b
😄
BTW - for your second use case. I have few ideas i want to experiment with
like getting failure rate from audit log.
will check and let you know
t
Ok great, yes I’ve got robust monitoring going in on the Twilio side, so we’ll need to know about critical failures of our project by ID which include: • Project unresponsive • Failures in twillio connection or rejections
b
cool. another Idea i just tried - you can use our SDK to query the audit log, and check for LoginFailed actions. You can run such script on schedule and to detect high failures and then trigger a notification