diff --git a/rattail_tempmon/templates/mail/tempmon_critical_temp.html.mako b/rattail_tempmon/templates/mail/tempmon_critical_temp.html.mako index 2dba9b6..6a34b42 100644 --- a/rattail_tempmon/templates/mail/tempmon_critical_temp.html.mako +++ b/rattail_tempmon/templates/mail/tempmon_critical_temp.html.mako @@ -17,7 +17,7 @@ Check out this USDA link for useful information
- This email will repeat every 15 minutes until the issue
+ This email will repeat every ${probe.status_alert_timeout} minutes until the issue
has been resolved.
diff --git a/rattail_tempmon/templates/mail/tempmon_error.html.mako b/rattail_tempmon/templates/mail/tempmon_error.html.mako index fbf4ec4..58da1e6 100644 --- a/rattail_tempmon/templates/mail/tempmon_error.html.mako +++ b/rattail_tempmon/templates/mail/tempmon_error.html.mako @@ -4,7 +4,7 @@
At ${taken or now}, ${probe} reported that its status was: ${status}.
Something went wrong. Please investigate as soon as possible.
This email will repeat every 15 minutes until the issue is resolved. +
This email will repeat every ${probe.status_alert_timeout} minutes until the issue is resolved.