Skip to content

Commit

Permalink
Merge pull request #163 from durandom/amazon_events
Browse files Browse the repository at this point in the history
add amazon events to settings to display them in timelines
  • Loading branch information
Bronagh Sorota authored Mar 13, 2017
2 parents 93b22f1 + e225bfc commit 26fa1b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
---
:ems:
:ems_amazon:
:event_handling:
:event_groups:
:addition:
:critical:
- AWS_EC2_Instance_CREATE
- AWS_EC2_Instance_UPDATE
- AWS_EC2_Instance_DELETE
:power:
:critical:
- AWS_EC2_Instance_running
- AWS_EC2_Instance_shutting-down
- AWS_EC2_Instance_stopped
:blacklisted_event_names:
- ConfigurationSnapshotDeliveryCompleted
- ConfigurationSnapshotDeliveryStarted
Expand Down

0 comments on commit 26fa1b9

Please sign in to comment.