mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Feature for repeated alerting in grafana
This commit is contained in:
@@ -21,6 +21,9 @@ type AlertRule struct {
|
||||
ExecutionError string `json:"executionError"`
|
||||
Url string `json:"url"`
|
||||
CanEdit bool `json:"canEdit"`
|
||||
NotifyOnce bool `json:"notifyOnce"`
|
||||
NotifyEval uint64 `json:"notifyEval"`
|
||||
NotifyFreq uint64 `json:"notifyFrequency"`
|
||||
}
|
||||
|
||||
type AlertNotification struct {
|
||||
|
||||
Reference in New Issue
Block a user