[
%#
Variables passed in :
important_errors - list of errors that occured during the failure of the backup(optional)
For more information about how to customize notification templates, read our documentation at https : //go . cpanel . net / notificationtemplates
- %]
[
%IF important_errors . defined && important_errors . length > 0;
PROCESS "include/icons.tmpl";
get_icon( icon = 'error' ) _ " " _ CPANEL . locale . maketext('Site monitoring setup failed.');
ELSE;
CPANEL . locale . maketext('Site monitoring setup complete.');
END;
%]