From d37bda1ffa69d5060c1cb778a309bd60ba6e320c Mon Sep 17 00:00:00 2001 From: Vladimir Hasko Date: Fri, 26 May 2023 07:36:41 +0000 Subject: [PATCH] fixing table list --- doc/source/internal/apimon_training/alerts.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/internal/apimon_training/alerts.rst b/doc/source/internal/apimon_training/alerts.rst index 950c428..bcd93b8 100644 --- a/doc/source/internal/apimon_training/alerts.rst +++ b/doc/source/internal/apimon_training/alerts.rst @@ -71,10 +71,10 @@ Alert object consists of the following fields: +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ | **Severity** | Critical - EpMon, Major - ApiMon | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ -| **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. | -| | **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 | +| **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. | +| | - **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 | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ | **Value** | Same like Event field | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ @@ -84,8 +84,8 @@ Alert object consists of the following fields: +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ | **Timeout** | Time after which alert disappears from Alerta (default is 24h) | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ -| **Type** | Apimon Executor Alert - ApiMon related events | -| | Exception Alert - EpMon related events | +| **Type** | - Apimon Executor Alert - ApiMon related events | +| | - Exception Alert - EpMon related events | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ | **Duplicate count** | De-duplication feature - number of re-occurring same alerts | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ @@ -99,8 +99,8 @@ Alert object consists of the following fields: +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ | **Log Url Web** | Reference to job execution output on Swift object storage (only for ApiMon alerts) | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+ -| **State** | Present - if alert is still actual | -| | Present - if alert is not occurring anymore | +| **State** | - Present - if alert is still actual | +| | - Present - if alert is not occurring anymore | +----------------------+--------------------------------------------------------------------------------------------------------------------------------------+