rattail-tempmon/rattail_tempmon/templates/mail/tempmon_error.html.mako
Lance Edgar f04b4105c7 Tweak mail templates a bit, to reference config values
probably more needs to be done, this is at least a step..
2017-06-01 17:17:11 -05:00

11 lines
339 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 ${probe.status_alert_timeout} minutes until the issue is resolved.
</p>
</body>
</html>