diff --git a/rattail_demo/emails.py b/rattail_demo/emails.py index a20619e..62d9256 100644 --- a/rattail_demo/emails.py +++ b/rattail_demo/emails.py @@ -12,7 +12,10 @@ from rattail.emails import (upgrade_failure, user_feedback) # bring in some common config from rattail_tempmon -from rattail_tempmon.emails import (tempmon_low_temp, +from rattail_tempmon.emails import (tempmon_critical_high_temp, tempmon_high_temp, - tempmon_critical_temp, - tempmon_error) + tempmon_good_temp, + tempmon_low_temp, + tempmon_critical_low_temp, + tempmon_error, + tempmon_client_offline)