#Flow Capture
#---
check process flow_capture with pidfile  /var/run/flow-capture/flow-capture.pid.%FLOWCAPTURE_PORT%
 start = "/usr/local/etc/rc.d/flow_capture start"
 stop = "/usr/local/etc/rc.d/flow_capture stop"
   if cpu > 60% for 2 cycles then alert	             #   cpu > 60%  
   if cpu > 80% for 5 cycles then restart	           #   cpu > 80%   
   if totalmem > 300.0 MB for 5 cycles then restart  #  
   if 3 restarts within 5 cycles then timeout        #  3    
