rattail-tempmon/rattail_tempmon/templates/mail/tempmon_error.html.mako
Lance Edgar 646f09a413 Add mail templates, plus initial status alert delay for probes
i.e. let the temp get "proper bad" (for some minutes) before alerting
2016-12-10 12:40:50 -06:00

11 lines
312 B
Mako

## -*- coding: utf-8 -*-
<html>
<body>
<p>At ${taken or now}, ${probe} reported that its status was: ${status}.<br>
Something went wrong. Please investigate as soon as possible.
</p>
<p>This email will repeat every 15 minutes until the issue is resolved.
</p>
</body>
</html>