Mgob backup failed
critical

Description MongoDB backup has failed
Query
>>>
	
				
					
					
						changes
					
				
			
				
					(
				
			
				
					
				
			
				
					{status="500"}[1h]) > 0
				
			
    
Query Explanation

The query uses changes(mgob_scheduler_backup_total{status="500"}[1h]) to count how many times the backup metric with a 500 status has changed in the last hour. If that count is greater than 0, it means at least one backup attempt failed with a 500 error in the past hour, triggering the alert.

Get Alert
Download
Copy to Clipboard