MySQL Slave IO thread not running
critical

Description MySQL Slave IO thread not running on {{ $labels.instance }}
Query
>>>
	
				
					( 
				
			
				
					
				
			
				
					 and ON (instance) 
				
			
				
					
				
			
				
					 > 0 ) == 0
				
			
    
Query Explanation

The query first ensures the instance is a replication slave (mysql_slave_status_master_server_id > 0) and then checks the mysql_slave_status_slave_io_running metric for that same instance. If the instance is a slave and the IO thread metric is 0, the expression evaluates to true and the alert is triggered.

Get Alert
Download
Copy to Clipboard