Place holder for all the system alerts, alerts are generated if something goes down or something is not working properly
| Column Name | Column Datatype | Column Null Option | Column Comment |
| system_alert_id | varchar(128) | not null | Unique id for the system alert message |
| host_name | varchar(50) | with null | The affected host name for the message |
| message | nvarchar(256) | with null | The actual alert message |
| tenant_id | varchar(50) | with null | The domain which is logging the message |
| message_type | varchar(50) | with null | Type, INTERNAL, OS, NETWORK, STORAGE, THIRD_PARTY |
| other_info1 | nvarchar(128) | with null | Additional information for the message |
| other_info2 | nvarchar(128) | with null | Additional information for the message |
| other_info3 | nvarchar(512) | with null | Additional information for the message |
| severity | varchar(50) | with null | Serverity: DOWN, CRITICAL, MAJOR, MINOR, INFORMATIONAL |
| source_name | varchar(50) | with null | The source for the message, generally the system id or the userid |
| time_stamp | date | not null | The time stamp for the message |
| user_name | nvarchar(128) | with null | User logged in to the the system when message is generated |
Product Name: Unicenter Service Management
Table Type: Table