Add support for PagerDuty
This commit is contained in:
7
alerting/pagerduty.go
Normal file
7
alerting/pagerduty.go
Normal file
@ -0,0 +1,7 @@
|
||||
package alerting
|
||||
|
||||
type pagerDutyResponse struct {
|
||||
Status string `json:"status"`
|
||||
Message string `json:"message"`
|
||||
DedupKey string `json:"dedup_key"`
|
||||
}
|
Reference in New Issue
Block a user