feat(notifications): make it possible to send test alert notifications

closes #5847
This commit is contained in:
bergquist
2016-09-05 14:45:15 +02:00
parent 4c5461d4ba
commit d11bc57c37
7 changed files with 163 additions and 3 deletions
+7
View File
@@ -63,3 +63,10 @@ type AlertHistory struct {
Data *simplejson.Json `json:"data"`
}
type NotificationTestCommand struct {
Name string `json:"name"`
Type string `json:"type"`
Settings *simplejson.Json `json:"settings"`
Severity string `json:"severity"`
}