[%# Variables passed in: origin - The system component from which the action originated host_server - This server's hostname pid - The PID of the script file_name - The name of the script command_line_path - The path to the script duration - The specified amount of time to be used as a cutoff for this email lsof - The output of lsof For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates -%] [% PROCESS "include/colors.tmpl"; PROCESS "include/styles.tmpl"; PROCESS "include/code_inline.tmpl"; WRAPPER 'wrapper/main.html.tmpl'; NOTICE.email_reason = CPANEL.locale.maketext('A script is stuck.'); %]

[% CPANEL.locale.maketext( 'A script failed to complete within the allowed amount of time. If you encounter any errors during this process, submit a ticket with the following information to [output,url,_1,_2,target,_3]', 'https://go.cpanel.net/support', CPANEL.locale.maketext('[asis,cPanel] Support'), '_blank' ) %]

[% IF NOTICE.lsof %] [% END %]
[% CPANEL.locale.maketext('[output,abbr,PID,process ID]') %]: [% NOTICE.pid %]
[% CPANEL.locale.maketext('File Name') %]: [% NOTICE.file_name %]
[% CPANEL.locale.maketext('Command Line Path') %]: [% NOTICE.command_line_path %]
[% CPANEL.locale.maketext('Cutoff Time') %]: [% NOTICE.duration %]
[% code_inline(term=NOTICE.lsof) %]
[% END %]