Added pagerduty to the valid set of notifications
Change-Id: I7c4c3d68014ab937cdd9f0f47900ce5d0b37004b
This commit is contained in:
parent
ec983f7b6c
commit
5acfbb0f6e
@ -28,7 +28,7 @@ state_types = ['UNDETERMINED', 'ALARM', 'OK']
|
||||
enabled_types = ['True', 'true', 'False', 'false']
|
||||
|
||||
# Notification valid types
|
||||
notification_types = ['EMAIL', 'WEBHOOK']
|
||||
notification_types = ['EMAIL', 'WEBHOOK', 'PAGERDUTY']
|
||||
|
||||
|
||||
@utils.arg('name', metavar='<METRIC_NAME>',
|
||||
|
Loading…
Reference in New Issue
Block a user