bruccoo3000

Results 3 comments of bruccoo3000

module Oxidized require_relative 'script' require 'slop' class Script class CLI attr_accessor :cmd_class class CLIError < ScriptError; end class NothingToDo < ScriptError; end def run if @group or @regex or @ostype...

Ah, so I misunderstood. So, I did a few things to see if I am getting it right. 1. Replaced lines 37-42 with the commands you placed in issue #1455....

Thanks for the file, I've replaced the following files: /usr/local/share/gems/gems/oxidized-script-0.5.1/lib/oxidized/script/cli.rb /home/oxidized/.rvm/gems/ruby-2.5.1/gems/oxidized-script-0.5.1/lib/oxidized/script/cli.rb .....and I see the following: [oxidized@oxidized ~]$ oxs node1,node2 'sh ver' I, [2018-07-23T09:56:16.475202 #999] INFO -- : lib/oxidized/nodes.rb: Loading...