Cloudflare Notification didn't mark Pagerduty incident as resolved when became healthy

Cloudflare Notification just created a new incident when Healthcheck became healthy.
We need it to close the incident when the service becomes healthy again.
Please improve this feature.

It takes a lot of time when we have to close the issue manually. And I often forgot to do it.

Instead of using the PagerDuty integration with Health Checks, you can use a webhook to call a Worker that calls the PagerDuty API, and thus handle the alerts how you want.

I wrote a little worker for this reason. It only covers my simple use case but may get you started:

1 Like