NodeFilesystemAlmostOutOfFiles
warning

Description Filesystem on {{ $labels.device }} at {{ $labels.instance }} has only {{ printf "%.2f" $value }}% available inodes left.
Query for 1h
>>>
	
				
					(
  
				
			
				
					
				
			
				
					{job="node",fstype!=""} / 
				
			
				
					
				
			
				
					{job="node",fstype!=""} * 100 < 5
and
  
				
			
				
					
				
			
				
					{job="node",fstype!=""} == 0
)

				
			
    
Query Explanation

The alert triggers when a filesystem’s free inode count falls below 5 % of its total inodes and the filesystem is not mounted read‑only, i.e., node_filesystem_files_free / node_filesystem_files * 100 < 5 while node_filesystem_readonly == 0.

Exporters Used

Related Alerts

Get Alert
Download
Copy to Clipboard