You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ticketing System for USMS tickets and trigger IVR.
8
8
9
-
## About
10
-
11
9
This connector will automatically create tickets based on correlated alarms. It also allows the operator to manually create tickets on existing alarms and even close them. The connector will list all created tickets and update their status from RSS feeds.
12
10
13
-
USMS tickets are forwarded towards Ziggo USMS Ticket Gateway connector and IVR is sent to Ziggo IVR Gateway connector.
11
+
USMS tickets are forwarded towards the Ziggo USMS Ticket Gateway connector and IVR is sent to Ziggo IVR Gateway connector.
This connector uses a virtual connection and does not require any input during element creation.
28
43
@@ -34,11 +49,11 @@ For each Gateway element, you need to configure the DMA ID and element ID on the
34
49
35
50
On the **Ticket** page, the IP of the **RSS Feed Server** must be configured and an **RSS Refresh Time** must be set. This will update the **Ticket Table** with the info from the RRS feeds every x minutes. The **Resolved TTL** defines the time to live for each resolved ticket before it is deleted from the Ticket Table.
36
51
37
-
## Usage
52
+
## How to Use
38
53
39
54
### Tickets
40
55
41
-
The **Ticket****Table** shows an overview of all alarms and the associated created tickets. It also contains tickets from the RSS feed server (if configured).
56
+
The **TicketTable** shows an overview of all alarms and the associated created tickets. It also contains tickets from the RSS feed server (if configured).
42
57
43
58
**Tickets stats** provides an overview of all ticket info grouped by platform. The TOTAL row contains statistics for all platforms.
44
59
@@ -54,26 +69,26 @@ A template can have multiple linked tasks. These are available in the **Template
54
69
55
70
### Remote Element Config
56
71
57
-
This page allows the configuration of the remote Gateway connectors (see "Installation and Configuration" section above).
72
+
This page allows the configuration of the remote Gateway connectors (see [Configuration of Remote Elements](#configuration-of-remote-elements)).
58
73
59
74
### Source Tables
60
75
61
-
Within this page it is possible to find all the tables used to build the Tree Control seen in the **Tree Control Overview** page.
76
+
This page displays the tables used to build the tree control on the **Tree Control Overview** page.
62
77
63
-
All tables are filled in automatically apart from the last one - **Time Window Table**. For this one, a button (Add...) is available in the **Tree Control Overview** page, where it is possible to set the start and end times for the time window, severity and platform.
78
+
Apart from the Time Window Table, the tables are filled in automatically. For the **Time Window Table**, you can use the **Add** button on the **Tree Control Overview** page. You will then need to set the start and end time for the time window, the severity and the platform.
64
79
65
-
The **Platform** table is filled in with the values found in the Element Properties (Platform Dashboard).
80
+
The **Platform** table is filled in with values found in the element properties (Platform Dashboard).
66
81
67
-
Note: for the **Start Time** and **End Time**, only the hour and minute matter but, it is important to choose also a day in the Start Time so that the **Day of the Week** can be filled in accordingly.
82
+
Note: for the **Start Time** and **End Time**, only the hour and minute matter. However, it is important to also choose a day for the Start Time, so that the **Day of the Week** can be filled in accordingly.
68
83
69
84
### Tree Control Overview
70
85
71
-
This tree control follows the next hierarchy (4 tables and relations between them):
86
+
This tree control follows this hierarchy (4 tables and relations between them):
72
87
73
-
1. Platform (detect from list of values in element property);
1. Day of the week (7 days: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday).
91
+
1. Time window: One or more time windows during which auto-ticketing is allowed (in the format hh:mm-hh:mm).
77
92
78
93
### Close Incident Overview
79
94
@@ -89,7 +104,7 @@ This tree control follows the next hierarchy (4 tables and relations between the
89
104
90
105
#### Closing Configuration
91
106
92
-
There is the possibility to enable **Detailed Logging**in the **Create and Close Config** page**.** If this setting is enabled, the connector is profiding you with all information of the flow of the connector in the logging of the element. If you disable this toggle button, only errors will be logged.
107
+
You can enable **Detailed Logging**on the **Create and Close Config** page. If this setting is enabled, the connector will provide you with all information of the flow of the connector in the logging of the element. If you disable this toggle button, only errors will be logged.
0 commit comments