File Structure and NamingEach event type results in one single CSV file where the file name follows the scheme <Event Name>.csv, e,g. acknowledge_svc_problem.csv. These files include all the occured events of the particular type and are structured with the following delimeters. Column Delimeter | Tabulator |
---|
Row Delimeter | UNIX style new line |
---|
EventsAll rows are of data type "string", except: Name | Data Type |
---|
timestamp | UNIX timestamp | start_time | UNIX timestamp | end_time | UNIX timestamp | tries | integer, possible values: number of tries | notification_number | integer, possible values: number of sent notifications | is_fixed | integer, possible values: 0, 1 | is_persistent | integer, possible values: 0, 1 | triggered_by | integer, possible values: downtime_id | duration | integer, possible values: duration in seconds |
Info |
---|
The host_name and/or service_name are the unique identifiers for each event and the events are related to each other through this id. Except for CONFIG CHANGE which has no relation to any other event. |
The different possible event types with examples are listed below. |