Class: RightScale::EventCategories

Inherits:
Object
  • Object
show all
Defined in:
lib/right_agent/core_payload_types/event_categories.rb

Overview

List of event categories used by auditor For now only support generic and security categories

Constant Summary collapse

NONE =

No notification

'None'.freeze
CATEGORY_NOTIFICATION =

Generic notification

'Notification'.freeze
CATEGORY_SECURITY =

Security topic notification

'Security'.freeze
CATEGORY_ERROR =

Error event

'Error'.freeze
CATEGORIES =
[ NONE, CATEGORY_NOTIFICATION, CATEGORY_SECURITY, CATEGORY_ERROR ]