mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	check_email_deliverer_process: Fix typo in process name.
This nagios check has never worked, since it had the wrong process name from the beginning.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							74ff77d366
						
					
				
				
					commit
					4612a84a67
				
			@@ -5,7 +5,7 @@
 | 
			
		||||
#"CRITICAL": 2
 | 
			
		||||
#"UNKNOWN": 3
 | 
			
		||||
 | 
			
		||||
SUPERVISOR_STATUS=$(supervisorctl status zulip-workers:zulip-deliver-enqueued-emails 2>&1)
 | 
			
		||||
SUPERVISOR_STATUS=$(supervisorctl status zulip-workers:zulip_deliver_enqueued_emails 2>&1)
 | 
			
		||||
STATUS=$(echo "$SUPERVISOR_STATUS" | awk '{ print $2 }')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user