table of contents Table of contents

Alert notification log

On this page

Checkly tries to deliver all your failure, degradation and recovery notifications as reliably as possible, but sometimes life happens. A token expires, a URL has a typo or some other unforeseen issue causes a notification to get lost.

To troubleshoot any delivery issues, browse and filter the Alert Notification Log for any failed messages. You can also directly access the notifications for a specific channel by clicking the small “log” icon next to the configured channel name.

Here’s an example:

alert notification log

What do we see here?

  1. SMS and Email were correctly delivered.
  2. The OpsGenie notification failed though. The notification result shows we got a 422 status code back and the error message states our API key was invalid.
  3. We also see the configuration used to instrument our call to the OpsGenie API.
  4. We see some extra meta data about the notification: What channel was used, what check triggered the alert, when it was sent etc.

Known limitations

There are some limits to what notification deliveries we can track currently.

  1. SMS delivery can not be tracked up to your phone correctly receiving the SMS. We currently only track if our SMS provider (AWS SNS) has correctly received our request to send the SMS.
  2. Email delivery is tracked up to our request to our email provider. We use Postmark to send our emails.
  3. Many alert channels are retried transparently: we only show you the result of the last retry.

You can contribute to this documentation by editing this page on Github