Viewing File: /usr/local/cpanel/etc/icontact_templates/chkservd/OOM.subject.tmpl
[%-
PROCESS "include/icons.tmpl";
-%][%
IF NOTICE.proc_name;
CPANEL.locale.maketext('Out of memory: [_1][comment,previous is an unicode icon] The process “[_2]” was terminated because the system is low on memory.', get_icon(icon='warn'), NOTICE.proc_name);
ELSE;
CPANEL.locale.maketext('Out of memory: [_1][comment,previous is an unicode icon] A process was terminated because the system is low on memory.', get_icon(icon='warn'));
END;
%]
Back to Directory