We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3754140 commit 60a0266Copy full SHA for 60a0266
examples/create_alert.py
@@ -30,7 +30,7 @@
30
# Find notification channels (you need IDs to create an alert).
31
#
32
notify_channels = [ {'type': 'SLACK', 'channel': 'sysdig-demo2-alerts'},
33
- {'type': 'EMAIL', 'emailRecipients': ['gianluca@sysdig.com']},
+ {'type': 'EMAIL', 'emailRecipients': ['[email protected]', 'test@sysdig.com']},
34
{'type': 'SNS', 'snsTopicARNs': ['arn:aws:sns:us-east-1:273107874544:alarms-stg']}
35
]
36
0 commit comments