You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to get notified when a server is down. Currently i have a slack handler. But i cannot set it for the keepalive check. Is there a reason for this?
The text was updated successfully, but these errors were encountered:
Hi @brieken, keepalives are a special case. They have a static handler assigned to them called "keepalive". If you create a handler with this name, keepalive events will be handled by it.
So given that you probably have a handler called "slack", you can create a set handler called "keepalive", and then include the "slack" handler in it.
I want to be able to get notified when a server is down. Currently i have a slack handler. But i cannot set it for the keepalive check. Is there a reason for this?
The text was updated successfully, but these errors were encountered: