Brocade Network Advisor SAN User Manual v11.1x (53-1002167-01, May 2011)

1098 Brocade Network Advisor SAN User Manual
53-1002167-01
Database tables and fields
E
TABLE 310 EVENT_INSTANCE
Field Definition Format Size
ID int
EVENT_POLICY_ID Foreign Key to Event_Policy Table int
EVENT_KEY A String Key string which identifies a specific instance
of an Event.
varchar 64
STRING_PATTERN A Regular expression pattern string which can be used
to match an Event instance.
varchar 1024
CATEGORY A small integer which identifies the Category of an
Event instance.
0 - Unknown 1 - Product Event 2- Link Incident Event 3
- Product Audit Event 4- Product Status Event 5 -
Security Event 6- User Action Event 7- Management
Server Event.
The default value is 0.
smallint
SEVERITY The Severity of the Event that is logged per Event
Policy
0- Unknown 1- Emergency 2- Alert 3- Critical 4- Error
5- Warning 6- Notice 7- Info 8- Debug.
The default value is 0.
smallint
SEQUENCE_NUMBER The sequence number of an event instance that''s
specific to the policy.
The default value is 0.
smallint
MSG_IDS Stores the Message ID(s) configured for Custom Event
Type
varchar 512
TABLE 311 EVENT_MODULE
Field Definition Format Size
ID The default value is 0. int
DESCRIPTION varchar 256
TABLE 312 EVENT_ORIGIN
Field Definition Format Size
ID 0 - Unknown
1 - Trap
2 - Syslog
3 - Snort
4 - Pseudoevent
5 - Application Events
6 - Others
int
DESCRIPTION varchar 50