Fix tempmon email config usage
This commit is contained in:
		
							parent
							
								
									a0ba89ecfd
								
							
						
					
					
						commit
						e4620c8670
					
				
					 1 changed files with 6 additions and 3 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar