
- SMS and Email were correctly delivered.
- 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. - We also see the configuration used to instrument our call to the OpsGenie API.
- 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 how we track notifications currently.- 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.
- Email delivery is tracked up to our request to our email provider. We use Postmark to send our emails.
- Many alert channels are retried transparently: we only show you the result of the last retry.
- SSL certificate expiration alerts are not shown in the notification log.