# File monit/lib/symbiosis/monitor/test.rb, line 90
      def success?
        return nil if @exitstatus.nil?
        @exitstatus.to_i == 0
      end