mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Add configurable severity support for PagerDuty notifier (#19425)
* Pagerduty notifier: configurable severity Instead of hardcoding `critical` make it configurable per notification channel instance. * fix html * Add a test to ensure default severity is correct * Notifications doc * Add a non-default test * Add err check on NewJson (all tests) * Add default severity (critical) to AlertNotificationEditCtrl class
This commit is contained in:
committed by
Sofia Papagiannaki
parent
8740c66218
commit
d0360de8f1
@@ -19,6 +19,7 @@ export class AlertNotificationEditCtrl {
|
||||
settings: {
|
||||
httpMethod: 'POST',
|
||||
autoResolve: true,
|
||||
severity: 'critical',
|
||||
uploadImage: true,
|
||||
},
|
||||
isDefault: false,
|
||||
|
||||
Reference in New Issue
Block a user