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
This connector will search through the elements with the corresponding protocol on the DataMiner System and look for entries in the desired table based on the configuration parameters set by the user.
9
+
With this connector, you can search through all the elements in your DataMiner System that use a specific connector and look for specific entries in a table of your choice.
10
10
11
11
### Key Features
12
12
13
-
-**Automated Table Checks**: Periodically scans tables based on a configurable update interval (default: 30 minutes).
14
-
-**Detailed Check Results**: Provides a comprehensive table with information about checked elements, including protocol name, table and column IDs, match status, and instance counts.
15
-
-**Regex-Based Filtering**: Supports an *Optional Element Name Regex Filter* to refine element searches for more precise results.
13
+
-**Automated table checks**: Periodically scans tables based on a configurable update interval (default: 30 minutes).
14
+
-**Detailed check results**: Provides a comprehensive table with information about the checked elements, including the connector name, table and column IDs, match status, and instance counts.
15
+
-**Regex-based filtering**: Supports an optional element name regex filter to refine element searches for more precise results.
16
16
17
17
## Use Cases
18
18
19
19
### Proactive System Monitoring
20
20
21
-
**Challenge:** Ensuring that critical table entries (e.g., device status, service configurations) exist and remain updated.
21
+
**Challenge:** Ensuring that critical table entries (e.g. device status, service configurations) exist and remain updated.
22
22
23
23
**Solution:** The connector automatically checks specified tables at a set interval, verifying if key entries are present and up to date.
This connector will search through the elements with the corresponding protocol on the DataMiner System and look for entries in the desired table based on the configuration parameters set by the user.
9
+
With this connector, you can search through all the elements in your DataMiner System that use a specific connector (also known as "protocol") and look for specific entries in a table of your choice.
10
10
11
11
## Configuration
12
12
@@ -18,26 +18,26 @@ This connector uses a virtual connection and does not require any input during e
18
18
19
19
## How to use
20
20
21
-
### General
21
+
### General Page
22
22
23
23
The **General** page includes several key parameters:
24
24
25
-
-**Update Interval** - Determines how often table checks are performed. The default interval is *30 minutes*.
26
-
-**Execute Checks Now** - Button to trigger immediate check instead of waiting for the update interval.
27
-
-**Table Checker Last Update** - Displays the timestamp of the most recent table check.
28
-
-**Check Results** - A table that provides details on the checked entries, including the element and protocol name, table and column ID, whether the entry was found, and the number of instances found. These entries are configured in the *Configuration of Checks* table on the **Configuration**Page.
25
+
-**Update Interval**: Determines how often table checks are performed. The default interval is *30 minutes*.
26
+
-**Execute Checks Now**: Allows you to trigger an immediate check instead of waiting for the update interval.
27
+
-**Table Checker Last Update**: Displays the timestamp of the most recent table check.
28
+
-**Check Results**: Provides details on the checked entries, including the element and protocol name, table and column ID, whether the entry was found, and the number of instances found. These entries are configured in the **Configuration of Checks** table on the **Configuration**page.
29
29
30
-
### Configuration
30
+
### Configuration Page
31
31
32
-
The **Configuration** page allows users to define and manage the table checks by specifying key parameters for each test.
32
+
The **Configuration** page allows you to define and manage the table checks by specifying key parameters for each test.
33
33
34
-
**Configuration of Checks** table contains the following columns:
34
+
The **Configuration of Checks** table contains the following information:
35
35
36
-
-*Test Name* – The name of the check.
37
-
-*Protocol Name* – The protocol name which acts as a filter to filter only the elements using it.
38
-
-*Optional Element Name Regex Filter* – A regular expression filter to refine the element name search.
39
-
-*Table PID* – The unique identifier for the table being checked.
40
-
-*Column ID* – The specific column within the table being checked.
41
-
-*Text to Search On* – The text pattern used to find matches within the column.
36
+
-**Test Name**: The name of the check.
37
+
-**Protocol Name**: The protocol name that is used as a filter. Only the elements using this protocol will be checked.
38
+
-**Optional Element Name Regex Filter**: A regular expression filter to refine the element name search.
39
+
-**Table PID**: The unique identifier for the table being checked.
40
+
-**Column ID**: The specific column within the table being checked.
41
+
-**Text to Search On**: The text pattern used to find matches within the column.
42
42
43
43
The **Update Result Table** button refreshes the results based on the defined checks.
0 commit comments