mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(pagerduty): make api call sync
This commit is contained in:
parent
7bc80d0374
commit
66f257e382
@ -65,7 +65,7 @@ func (this *PagerdutyNotifier) Notify(evalContext *alerting.EvalContext) error {
|
||||
|
||||
body, _ := bodyJSON.MarshalJSON()
|
||||
|
||||
cmd := &m.SendWebhook{
|
||||
cmd := &m.SendWebhookSync{
|
||||
Url: pagerdutyEventApiUrl,
|
||||
Body: string(body),
|
||||
HttpMethod: "POST",
|
||||
|
Loading…
Reference in New Issue
Block a user