:
			
			Module that returns the number of processes of the system.
Module data
module_begin 
module_name Number processes 
module_type generic_data 
module_exec tasklist | gawk "NR > 3 {print$0}" | wc l 
module_description Number of processes running 
module_min_warning 175 
module_max_warning 249 
module_min_critical 250 
module_max_critical 300 
module_end
(Visited 348 times, 1 visits today)
					
 Loading...
Loading...