Send email alert when tempmon server marks a client as offline

courtesy of Cole Chaney <cole@mamajeansmarket.com>
This commit is contained in:
Lance Edgar 2018-02-07 17:47:00 -06:00
parent 8a1551e0f5
commit 5df3379995
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,8 @@
## -*- 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>