mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Fix description for NodeDiskIOSaturation alert (#2929)
NodeDiskIOSaturation description should say 30m per the "for" clause Signed-off-by: Taylor Sly <slyt@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									9f1f791ac2
								
							
						
					
					
						commit
						9f9473859b
					
				|  | @ -388,7 +388,7 @@ | |||
|             annotations: { | ||||
|               summary: 'Disk IO queue is high.', | ||||
|               description: ||| | ||||
|                 Disk IO queue (aqu-sq) is high on {{ $labels.device }} at {{ $labels.instance }}, has been above %(diskIOSaturationThreshold)d for the last 15 minutes, is currently at {{ printf "%%.2f" $value }}. | ||||
|                 Disk IO queue (aqu-sq) is high on {{ $labels.device }} at {{ $labels.instance }}, has been above %(diskIOSaturationThreshold)d for the last 30 minutes, is currently at {{ printf "%%.2f" $value }}. | ||||
|                 This symptom might indicate disk saturation. | ||||
|               ||| % $._config, | ||||
|             }, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue