Files
cloudron-box/src/mail_templates/oom_event.ejs

24 lines
420 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear Cloudron Admin,
The <%= program %> on <%= fqdn %> exited unexpectedly!
The program has been restarted but should this message appear repeatedly,
you should give the program more memory.
Please see some excerpt of the logs below.
-------------------------------------
<%- context %>
-------------------------------------
Powered by https://cloudron.io
<% } else { %>
<% } %>