ffffng/server/mailTemplates/snippets/monitoring-offline.html

24 lines
755 B
HTML
Raw Normal View History

2016-06-11 15:13:06 +02:00
<p>
2016-08-15 09:58:15 +02:00
Dein Knoten ist <% if (mailNum === 1) { %>aktuell<% } else { %>weiterhin<% } %> offline.
2016-06-11 15:13:06 +02:00
</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top: 45px; margin-bottom: 45px;">
<tr>
<td align="center">
<table class="table" style="border: 3px dashed #666666; padding: 10px; background-color: #F5F5F5; font-size: 1.3em;">
<tr>
<th>Knoten</th>
<td><%- node.hostname %></td>
</tr>
<tr>
<th>Zuletzt online</th>
<td><%= formatFromNow(lastSeen) %> (<%= formatDateTime(lastSeen) %>)</td>
</tr>
</table>
</td>
</tr>
</table>
<p></p>