Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.4.1

Otp
The main screen of the UI shows aService a Service Error List, a list of all errors that have previously occurred on the Bridge node where the Monitoring service is running. 

...

Once an error occurs during the execution of an E2E a Bridge service, an error type entry is written to that service's log file. These will be collected by the Monitoring Base Service. The Monitoring UI presents a user interface to configure the individual handling of known errors. In order to configure a specific error, it has to occur at least once. So this list typically grows over time.

...

The first four columns of the table are generated by the E2E Bridge and contain the meta info about the error: which service raised this error, and category, code and type of the error. This can either be one of the uncaught errors thrown by the E2E xUML Runtime (see also Error Codes) or a user generated log entry by using the log operation and type Error (only type Error is notified by the E2E Bridge, refer to Logging for explicit error logging).

Table ColumnDescriptionValues
Info Mail
Multiexcerpt include
MultiExcerptNameinfo_mail
PageWithExcerptUsage of the Monitoring UI
true, false
Always Notify
Multiexcerpt include
MultiExcerptNamealways_notify
PageWithExcerpt@self
true, false
Custom Notify
Multiexcerpt include
MultiExcerptNamecustom_notify
PageWithExcerpt@self
true, false
Error Entry StateThis column displays the status of the error entry.NewA new entry of an error or one that has been configured by an admin.
TemplateAn error template.
CheckedEntry has been checked manually.
First OccThis column displays date and time of the first occurrence of this specific error.

Last OccThis column documents the most recent occurrence of this specific error.

Error CountThis column documents how often this specific error occurred (over the whole lifetime of this E2E Bridge instance).

Threshold
Multiexcerpt include
MultiExcerptNameerror_threshold
PageWithExcerpt@self


If Info Mail is set to true the E2E Bridge automatically sends a notification email to the configured recipients. It looks like:

...

SettingDescription
Info Mail
Multiexcerpt
MultiExcerptNameinfo_mail

If checked, an email is sent to the recipients configured below.

Always notify
Multiexcerpt
MultiExcerptNamealways_notify

If checked, the notification is triggered each time the error threshold is reached. If unchecked, the notification is triggered once per day only.

Error threshold
Multiexcerpt
MultiExcerptNameerror_threshold

Specifies the count of occurrences that trigger a notification. This setting is related to Always notify and Info Mail.

Custom Notify
Multiexcerpt
MultiExcerptNamecustom_notify

If checked, a custom notification is triggered. This is a customized extension of the Monitoring Base Service, allowing the integration with other monitoring or ticketing systems like Nagios, JIRA, DataDog etc.
This can be configured by linking a customer specific library. Please do not hesitate to contact us, if you need assistance (see Bridge Support).

Recipients TOSpecify a list of recipients addressed as TO if email notification is used.
Recipients CCSpecify a list of recipients addressed as CC if email notification is used .
Description for required actionEnter a free text. This text is typically used to give the email recipients detailed instructions about what to do about the error (e.g. "this error indicates that there is a parcel stuck in logistics, please check LogiManager for the parcel ID given in the error description").
Subject

Enter a free text. The subject in this field will replace the default subject defined in the service settings of the Monitoring service (E2E Bridge). You can still overwrite the subject, when an error using this template is thrown. 

Note
iconfalse

If you want to use the subject field, a column subject has to be added to table Error in the errorList.sqlite database. Use the SQL script addSubjectToErrorTable.sql to create this column.

...