Schema for ingesting data into EMRIS
Datasource Type
Data Transport Protocol
Incoming Data Semantics
Ingesting Batch Data
Ingesting Stream Data
| Field Name | Definition | Format |
|---|---|---|
| agent | The monitoring tool's name | string |
| CI | Configuration item related to this alarm | string |
| description | Description of the alarm | string |
| link | URL to the monitoring tool's view of the alarm (OPTIONAL) | string |
| monitor | Identifier to the item that is being monitored | string |
| severity | Alarm severity rating (critical, warning, normal) | string |
| source | Hostname, domain, etc... of the monitoring tool | string |
| source_id | ID given the alarm by the monitoring tool | string |
| state | State of the alarm (open, closed, flapping) if supported (OPTIONAL) | string |
| tags | Comma separated strings to help find the alarm in EMRIS | string |
| title | Short description of the alarm | string |
| type | Short description of what type is the alarm (OPTIONAL) | string |
| utc | UTC time of the alarm's occurrence | string |
| EMRIS Severity | Definition |
|---|---|
| Critical | Service or host is in a complete state of failure |
| High | Good chance of service or host failing |
| Medium | Moderate chance of service or host failing |
| Low | Little chance of service or host failing |