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