mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
Merge branch 'alerting' into alerting_notifications
This commit is contained in:
commit
90e3d8afda
@ -61,6 +61,7 @@ func NewAlertRuleFromDBModel(ruleDef *m.Alert) (*AlertRule, error) {
|
||||
model.Name = ruleDef.Name
|
||||
model.Description = ruleDef.Description
|
||||
model.State = ruleDef.State
|
||||
model.Frequency = ruleDef.Frequency
|
||||
|
||||
critical := ruleDef.Settings.Get("critical")
|
||||
model.Critical = Level{
|
||||
|
Loading…
Reference in New Issue
Block a user