rattail-tempmon/rattail_tempmon/templates/mail/tempmon_client_offline.html.mako

9 lines
249 B
Plaintext
Raw Normal View History

## -*- coding: utf-8 -*-
<html>
<body>
<p>At ${now.strftime("%Y-%m-%d %I:%M %p")} the Tempmon server failed to locate readings for ${client}.<br>
This client is now marked as offline. Investigate asap.
</p>
</body>
</html>