:
			
			The module returns the free swap percentage.
Module data
module_begin 
module_name Free swap 
module_type generic_data 
module_exec swapinfo t | grep memory | tr d "%" | awk '{ print 100$5 }' | tr d “\n” 
module_description Free swap 
module_end
(Visited 288 times, 1 visits today)
					

 Loading...
Loading...