Incident Templates are predefined parameters of issues to be created when a service fails. You may use a single template in one or more services and use replaceable tags to customize the template. |
Setting up a template
Currently we support 8 tags:
Tip: The following tags give an evidence context of issue attributes.
Tag | Description |
---|---|
$serviceName$ | This tag will be replaced with the name of the service. |
$serviceType$ | This tag will be replaced with a type of service (the name of the protocol used in the service). |
$serviceAvailabilityTestResult$ | This tag will be replaced with the test result. |
$serviceAvailabilityTestResultMessage$ | This tag will return the information about the availability test result (positive or negative). If result is negative, you will receive more information. |
$serviceValueTestResult$ | This tag will return the information about the protocol value. |
$serviceValueTestResultType$ | This tag will return the information about the correctness of test results (positive or negative). It is possible to customise the alert range. |
$serviceValueTestResultMessage$ | This tag will return the information about about positive or negative values of the test results. |
$currentDate$ | This tag will return the information about about the current date. |
In order to make it possible to remove Incident Templates, none of the defined services can be assigned to it. |