9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
|
## -*- 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>
|