2017-01-07 13:52:32 -08:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2017-01-17 15:47:18 +01:00
|
|
|
Dear Cloudron Admin,
|
2017-01-07 13:52:32 -08:00
|
|
|
|
2017-01-09 10:46:43 -08:00
|
|
|
The <%= program %> on <%= fqdn %> exited unexpectedly!
|
|
|
|
|
|
|
|
|
|
The program has been restarted but should this message appear repeatedly,
|
|
|
|
|
you should give the program more memory.
|
2017-01-07 13:52:32 -08:00
|
|
|
|
|
|
|
|
Please see some excerpt of the logs below.
|
|
|
|
|
|
|
|
|
|
-------------------------------------
|
|
|
|
|
|
|
|
|
|
<%- context %>
|
|
|
|
|
|
2017-01-17 15:47:18 +01:00
|
|
|
-------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by https://cloudron.io
|
|
|
|
|
|
2017-01-26 12:46:56 -08:00
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
|
|
2017-01-07 13:52:32 -08:00
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|