Show / Hide Table of Contents

Enum EventType

Event type:

  • KERNEL_OOPS - Used to identify a kernel panic condition event
  • KERNEL_CRASH - Used to identify an internal fatal kernel error that cannot be safely recovered from
  • CRASH - Used to identify when an application stopped functioning properly and exited
  • EXPLOIT_ATTEMPT - Used to identify a known exploit detection as identified by Ksplice
  • COMPLIANCE - Used to identify a compliance related events
  • TUNING_SUGGESTION - Used to identify autonomous tuning suggestion events
  • TUNING_APPLIED - Used to identify when a tuning suggestion has been applied
  • SECURITY - Used to identify security related events
  • ERROR - Used to identify error related events
  • WARNING - Used to identify warning related events
Namespace: Oci.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public enum EventType

Fields

Name Description
Compliance
Crash
Error
ExploitAttempt
KernelCrash
KernelOops
Security
TuningApplied
TuningSuggestion
UnknownEnumValue
Warning
In this article
Back to top