Skip to content

[DOCS] Integration with PagerDuty #289

@jonathanmarsaud

Description

@jonathanmarsaud

Hi,

I successfully deployed Supercheck and really enjoy the product!
I'm now trying to integrate it with our 24/7 notifications system PagerDuty. I believed it will be easy as Supercheck takes WebHook integration, but PagerDuty does not deliver a webhook as a simple "Incoming WebHook link" as before (deprecated), but an "Events API v2" which need a JSON payload to be pass, instead of juste a simple link:

curl --request 'POST' \
--url 'https://events.pagerduty.com/v2/enqueue' \
--header 'Content-Type: application/json' \
--data '{
  "payload": {
      "summary": "Test alert",
      "severity": "critical",
      "source": "Alert source"
  },
  "routing_key": "<redacted>",
  "event_action": "trigger"
}'

How can we achieve the PagerDuty integration with Supercheck? As Supercheck mentions integration with PagerDuty, it will be a nice touch to add a support page of how it can be achieved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions