1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-15 20:50:04 +00:00

Add support for PagerDuty

This commit is contained in:
TwinProduction
2020-09-16 19:26:19 -04:00
parent cf6a74f862
commit 75b7a41c9d
7 changed files with 390 additions and 237 deletions

7
alerting/pagerduty.go Normal file
View File

@@ -0,0 +1,7 @@
package alerting
type pagerDutyResponse struct {
Status string `json:"status"`
Message string `json:"message"`
DedupKey string `json:"dedup_key"`
}