f04b4105c7
probably more needs to be done, this is at least a step..
11 lines
339 B
Mako
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>
|
|
|