Customizing Notification Letters


You can customize notification letters by editing the _dead.wmt (it's being used when the monitored resource was presumed dead) and _mod.wmt (it's being used when the monitored resource was presumed modified) files. These files contain the notification letters templates (in HTML format) which you can modify in any text editor like Notepad. Template file can contain some custom tags which will be replaced with corresponding values. Custom tags begin with # character and may contain the following values:

 

Custom tag: Replaced value:
<#URL> URL of the corresponding link.
<#PrevDate> Previous resource modification date/time.
<#PrevSize> Previous resource size.
<#CurrDate> Current resource modification date/time.
<#CurrSize> Current resource size.
<#CheckDate> Date/time when change/absence has been detected.
<#SummaryString> Summary string's processed value (see Summary strings).
<#ProtResponse> Server response value (it's being used in _dead.wmt).
<#ErrorCode> Server response code (it's being used in _dead.wmt).
<#HighlightedChanges> Highlighted changes in HTML format.
<#FTPDirList> FTP Folder listing.
Pro: <#FTPChList> Pro: Text representation of detected changes in FTP folder.