Browse Source

Fix alertmanager API path.

Change-Id: Iea6059decb121c7e75c1828406c4e0b3f2fc1c5d
changes/21/121/1
Julius Volz 11 years ago
parent
commit
92ea823e0c
  1. 2
      notification/notification.go

2
notification/notification.go

@ -31,7 +31,7 @@ import (
)
const (
alertmanagerApiEventsPath = "/api/events"
alertmanagerApiEventsPath = "/api/alerts"
contentTypeJson = "application/json"
)

Loading…
Cancel
Save