Skip to content

Commit 60a0266

Browse files
author
Phil Rzewski
committed
Fix failing example. Email addresses did not exist for Notification Channel.
1 parent 3754140 commit 60a0266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create_alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Find notification channels (you need IDs to create an alert).
3131
#
3232
notify_channels = [ {'type': 'SLACK', 'channel': 'sysdig-demo2-alerts'},
33-
{'type': 'EMAIL', 'emailRecipients': ['gianluca@sysdig.com']},
33+
{'type': 'EMAIL', 'emailRecipients': ['[email protected]', 'test@sysdig.com']},
3434
{'type': 'SNS', 'snsTopicARNs': ['arn:aws:sns:us-east-1:273107874544:alarms-stg']}
3535
]
3636

0 commit comments

Comments
 (0)