From e4620c86706c197b4a702b4be47e9228eede4759 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 15 Jun 2019 19:06:19 -0500 Subject: [PATCH] Fix tempmon email config usage --- rattail_demo/emails.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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)