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

26 lines
462 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
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
<% } else { %>
<% } %>