Skip to content

oxidized-script issue from oxidized issue #1455 #24

@bruccoo3000

Description

@bruccoo3000

ytti,

Here's the changes that I made as per your post for lines 37-42:

          rescue => error
            puts "We had the following error on node #{node}:\n#{error}"
          end
        }
      end
      Process.waitall
    else
      @hosts = @host.split(/\s*,\s*/)
      @hosts.each do |host|
        @host = host
        <lines 37 ... 42>
      end
    end
  end

I've tried different orders of nodes to see what would happen and it seems that what ever the first node is then that would be the device that would be output.

Thanks again

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions