OS Management Hub Events
Use OS Management Hub events to monitor instances to help identify and debug errors, reboots, and changes made to instances.
- About
- Viewing Events
OS Management Hub events are different from events emitted by OS Management Hub resources for the OCI Events service. For events emitted by resources, see OCI Events for OS Management Hub.
Event Types
OS Management Hub records events for the following issues.
| Event Type | Description |
|---|---|
| Agent |
An agent event occurs when the agent on the instance:
|
| Known exploit detection | A known exploit detection event occurs if an attacker attempts to exploit a CVE that OS Management Hub has patched. |
| Ksplice update |
A Ksplice update events occurs when the service:
|
| Management station |
A management station events occurs when the service:
|
| Reboot |
When a system is rebooted using OS Management Hub, the service generates an event to reflect the status of the reboot operation. Possible statuses include:
|
| Software update |
A software update event occurs when the service:
|
| Software source |
A software source event occurs when the service:
|
Listing Events
View a list of events detected on OS Management Hub instances within a particular compartment.
- Under OS Management Hub, select Events.
- In Applied filters, select the compartment associated with the event.
Search or filter the list
Use the Search and Filter field to search all rows, or select an attribute to filter the list of events. For example, select the Type of event to filter by. You can also filter based on summary information, the resources affected, and when the event occurred.
See Event Types for information on the events recorded by OS Management Hub.
Use the oci os-management-hub event list command and required parameters to list all events for the service or for a compartment.
oci os-management-hub event list [OPTIONS]Use the oci os-management-hub event get command and required parameters to get details about an event.
oci os-management-hub event get --event-id ocid [OPTIONS]Use the oci os-management-hub event get-event-content command and required parameters to get a zip file with event contents.
oci os-management-hub event get-event-content --event-id ocid --filename name [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the ListEvents operation to list events that match specified criteria, such as compartment, state, and event type.
Viewing Event Details
View detailed information about an event in OS Management Hub.
- Under OS Management Hub, select Events.
- In Applied filters, select the compartment associated with the event.
- (Optional) In the search box, select an event type to filter by.
- Select the summary of the event to see detailed event information.
Use the oci os-management-hub event get command and required parameters to get details about an event.
oci os-management-hub event get --event-id ocid [OPTIONS]Use the oci os-management-hub event get-event-content command and required parameters to get a zip file with event contents.
oci os-management-hub event get-event-content --event-id ocid --filename name [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the GetEventContent operation to get data collected from an event.