Fix tempmon email config usage
This commit is contained in:
parent
a0ba89ecfd
commit
e4620c8670
|
@ -12,7 +12,10 @@ from rattail.emails import (upgrade_failure,
|
||||||
user_feedback)
|
user_feedback)
|
||||||
|
|
||||||
# bring in some common config from rattail_tempmon
|
# 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_high_temp,
|
||||||
tempmon_critical_temp,
|
tempmon_good_temp,
|
||||||
tempmon_error)
|
tempmon_low_temp,
|
||||||
|
tempmon_critical_low_temp,
|
||||||
|
tempmon_error,
|
||||||
|
tempmon_client_offline)
|
||||||
|
|
Loading…
Reference in a new issue