Alarm Handlers
Alarm Handlers are responsible for sending notifications when an alarm changes state.
The words “alarm handler” and “alarm notifier” are used interchangeably. Most alarm handlers only provide notifications, but it is possible to build alarm handlers that perform other actions using the SDK. The Curity Identity Server comes with several built-in alarm handlers listed below:
Send alarm notifications via email to the recipients configured on the handler and its linked email provider.
Webhook
Post alarm details as JSON with HTTP POST requests to a custom endpoint using the configured HTTP client.
Slack
Post the latest alarm state to a Slack channel through an incoming webhook managed by the Identity Server.
PagerDuty
Create incidents in PagerDuty by sending alarm updates with the integration key from the configured service integration.