Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EventType

Event type:

  • {@code KERNEL_OOPS} - Used to identify a kernel panic condition event
  • {@code KERNEL_CRASH} - Used to identify an internal fatal kernel error that cannot be safely recovered from
  • {@code CRASH} - Used to identify when an application stopped functioning properly and exited
  • {@code EXPLOIT_ATTEMPT} - Used to identify a known exploit detection as identified by Ksplice
  • {@code COMPLIANCE} - Used to identify a compliance related events
  • {@code TUNING_SUGGESTION} - Used to identify autonomous tuning suggestion events
  • {@code TUNING_APPLIED} - Used to identify when a tuning suggestion has been applied
  • {@code SECURITY} - Used to identify security related events
  • {@code ERROR} - Used to identify error related events
  • {@code WARNING} - Used to identify warning related events

Enumeration members

Compliance

Compliance: = "COMPLIANCE"

Crash

Crash: = "CRASH"

Error

Error: = "ERROR"

ExploitAttempt

ExploitAttempt: = "EXPLOIT_ATTEMPT"

KernelCrash

KernelCrash: = "KERNEL_CRASH"

KernelOops

KernelOops: = "KERNEL_OOPS"

Security

Security: = "SECURITY"

TuningApplied

TuningApplied: = "TUNING_APPLIED"

TuningSuggestion

TuningSuggestion: = "TUNING_SUGGESTION"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Warning

Warning: = "WARNING"

Functions

getDeserializedJsonObj

getJsonObj