mailer: make oom mail contain link to dashboard instead of docs
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
|
||||
Dear <%= cloudronName %> Admin,
|
||||
|
||||
<%= program %> was restarted now as it ran out of memory.
|
||||
|
||||
If this message appears repeatedly, give the app more memory.
|
||||
|
||||
* To increase an app's memory limit - https://docs.cloudron.io/apps/#memory-limit
|
||||
* To increase a service's memory limit - https://docs.cloudron.io/troubleshooting/#services
|
||||
<%if (app) { %>
|
||||
The application at <%= app.fqdn %> ran out of memory. The application has been restarted automatically. If you see this notification often,
|
||||
consider increasing the memory limit - <%= webadminUrl %>/#/app/<%= app.id %>/resources .
|
||||
<% } else { %>
|
||||
The addon <%= addon.name %> service ran out of memory. The service has been restarted automatically. If you see this notification often,
|
||||
consider increasing the memory limit - <%= webadminUrl %>/#/services .
|
||||
<% } %>
|
||||
|
||||
Out of memory event:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user