Skip to content

Commit

Permalink
Merge pull request #257 from nasark/vm_events
Browse files Browse the repository at this point in the history
Add VM event_groups to settings

(cherry picked from commit 1471c86)
  • Loading branch information
agrare authored and Fryguy committed Jan 7, 2025
1 parent 0feae9f commit 09b3f4d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
:blacklisted_event_names: []
:event_handling:
:event_groups:
:addition:
:critical:
- VIRTUALMACHINE_CREATED
- VIRTUALMACHINEINSTANCE_CREATED
- VIRTUALMACHINE_SUCCESSFULCREATE
- VIRTUALMACHINEINSTANCE_SUCCESSFULCREATE
:status:
:critical:
- VIRTUALMACHINE_MIGRATED
- VIRTUALMACHINEINSTANCE_MIGRATED
:power:
:critical:
- VIRTUALMACHINE_STARTED
- VIRTUALMACHINEINSTANCE_STARTED
- VIRTUALMACHINE_SHUTTINGDOWN
- VIRTUALMACHINEINSTANCE_SHUTTINGDOWN
:deletion:
:critical:
- VIRTUALMACHINE_SUCCESSFULDELETE
- VIRTUALMACHINEINSTANCE_SUCCESSFULDELETE
:workers:
:worker_base:
:event_catcher:
Expand Down

0 comments on commit 09b3f4d

Please sign in to comment.