Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each template is available as a HTML and textual representation. Furthermore, there are multiple templates which are used in different situations. See the following table for more details.

HTML TemplateText TemplateUsed when..
alert-open.htmlalert-open.txt..an alert is started
alert-bt-open.htmlalert-bt-open.txt..an alert is started which can be related to a business transaction.
alert-closed.htmlalert-closed.txt..an alert has ended.
alert-bt-closed.htmlalert-bt-closed.txt..an alert has ended which can be related to a business transaction.

Placeholders

The template can contain multiple placeholders which are replaced by concrete values. The following table shows available placeholders.

PlaceholderDescriptionAvailable
alert-open
Available
alert-bt-open
Available
alert-closed
Available
alert-bt-closed
{alertDefinitionName}The name of the alert.(tick)(tick)(tick)(tick)
{alertId}The alert-id.(error)(tick)(error)(tick)
{applicationName}The name of the application.(tick)(tick)(tick)(tick)
{businessTxName}The name of the business transaction.(error)(tick)(error)(tick)
{closingReason}The alert's closing reason.(error)(error)(tick)(tick)
{currentTime}The current time.(tick)(tick)(tick)(tick)
{endTime}The time the alert ended.(error)(tick)(error)(tick)
{extremeValue}The lowest/highest violation value.(tick)(tick)(tick)(tick)
{field}The field to check.(tick)(tick)(tick)(tick)
{measurement}The measurement of the database.(tick)(tick)(tick)(tick)
{startTime}The time the alert started.(tick)(tick)(tick)(tick)
{tags}The specified tags to filter the data.(tick)(tick)(tick)(tick)
{threshold}The threshold value.(tick)(tick)(tick)(tick)