# File monit/lib/symbiosis/monitor/check.rb, line 227 def stop return if ( should_ignore? ) puts "Attempting to stop #{@name}" @process.stop end