forked from docs/docsportal
fixing table format
This commit is contained in:
parent
d37bda1ffa
commit
485e75f6f7
@ -50,58 +50,58 @@ Every single alert shows 3 views:
|
|||||||
|
|
||||||
Alert object consists of the following fields:
|
Alert object consists of the following fields:
|
||||||
|
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Alert Field | Description |
|
| Alert Field | Description |
|
||||||
+======================+======================================================================================================================================+
|
+======================+========================================================================================================================================+
|
||||||
| **Alert ID** | Reference to alert in Alerta |
|
| **Alert ID** | Reference to alert in Alerta |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Create Time** | Timestamp of alert creation |
|
| **Create Time** | Timestamp of alert creation |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Service** | Information about affected service and type of monitoring |
|
| **Service** | Information about affected service and type of monitoring |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Environment** | Information about affected environment/region |
|
| **Environment** | Information about affected environment/region |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Resource** | Further details in which particular resource issue has happened |
|
| **Resource** | Further details in which particular resource issue has happened |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Event** | Short description of error result |
|
| **Event** | Short description of error result |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Correlate** | Currently not in use |
|
| **Correlate** | Currently not in use |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Group** | Further categorization of alerts (currently not used) |
|
| **Group** | Further categorization of alerts (currently not used) |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Severity** | Critical - EpMon, Major - ApiMon |
|
| **Severity** | Critical - EpMon, Major - ApiMon |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Status** | - **Open** - default status when alert is received in Alerta |
|
| **Status** | - **Open** - default status when alert is received in Alerta |
|
||||||
| | - **Ack** - Acknowledged status, indicating that the incident of the service or of the host has been taken into account by a user. |
|
| | - **Ack** - Acknowledged status, indicating that the incident of the service or of the host has been taken into account by a user. |
|
||||||
| | - **Shelve** - change alert status to shelved which removes the alerts from the active console and prevents any further notifications. |
|
| | - **Shelve** - change alert status to shelved which removes the alerts from the active console and prevents any further notifications. |
|
||||||
| | - **Close** - change alert status to closed |
|
| | - **Close** - change alert status to closed |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Value** | Same like Event field |
|
| **Value** | Same like Event field |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Text** | Currently not in use |
|
| **Text** | Currently not in use |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Trend Indication** | Currently not in use |
|
| **Trend Indication** | Currently not in use |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Timeout** | Time after which alert disappears from Alerta (default is 24h) |
|
| **Timeout** | Time after which alert disappears from Alerta (default is 24h) |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Type** | - Apimon Executor Alert - ApiMon related events |
|
| **Type** | - Apimon Executor Alert - ApiMon related events |
|
||||||
| | - Exception Alert - EpMon related events |
|
| | - Exception Alert - EpMon related events |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Duplicate count** | De-duplication feature - number of re-occurring same alerts |
|
| **Duplicate count** | De-duplication feature - number of re-occurring same alerts |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Repeat** | If duplicateCount is 0 or the alert status has changed then repeat is False, otherwise it is True |
|
| **Repeat** | If duplicateCount is 0 or the alert status has changed then repeat is False, otherwise it is True |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Origin** | Information about origin location from where the job has been executed |
|
| **Origin** | Information about origin location from where the job has been executed |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Tags** | Further details in which particular resource issue has happened |
|
| **Tags** | Further details in which particular resource issue has happened |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Log Url** | Reference to job execution output on Swift object storage (only for ApiMon alerts) |
|
| **Log Url** | Reference to job execution output on Swift object storage (only for ApiMon alerts) |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **Log Url Web** | Reference to job execution output on Swift object storage (only for ApiMon alerts) |
|
| **Log Url Web** | Reference to job execution output on Swift object storage (only for ApiMon alerts) |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **State** | - Present - if alert is still actual |
|
| **State** | - Present - if alert is still actual |
|
||||||
| | - Present - if alert is not occurring anymore |
|
| | - Present - if alert is not occurring anymore |
|
||||||
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------+
|
+----------------------+----------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user