Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Handle console events
We need to make sure to handle console related events.

Fixes https://bugzilla.redhat.com/1525583
  • Loading branch information
pkliczewski committed Dec 18, 2017
1 parent dea4b85 commit a01037f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -158,6 +158,10 @@ def set_event_name!(event)
150 => "USER_INITIATED_RUN_VM",
151 => "USER_INITIATED_RUN_VM_FAILED",
152 => "USER_RUN_VM_ON_NON_DEFAULT_HOST",
164 => "VM_SET_TICKET",
165 => "VM_SET_TICKET_FAILED",
167 => "VM_CONSOLE_CONNECTED",
168 => "VM_CONSOLE_DISCONNECTED",
153 => "USER_STARTED_VM",
182 => "USER_FAILED_ATTACH_USER_TO_VM",
201 => "IRS_DISK_SPACE_LOW_ERROR",
Expand Down
4 changes: 4 additions & 0 deletions config/settings.yml
Expand Up @@ -317,6 +317,10 @@
- UserLoginSessionEvent
- UserLogoutSessionEvent
- VmAcquiredMksTicketEvent
- VM_CONSOLE_CONNECTED
- VM_CONSOLE_DISCONNECTED
- VM_SET_TICKET
- VM_SET_TICKET_FAILED
- VmRemoteConsoleConnectedEvent
:detail: []
:name: Console Activity
Expand Down

0 comments on commit a01037f

Please sign in to comment.