diff options
author | Elvin Efendi <elvin.efendiyev@gmail.com> | 2016-06-02 21:24:48 +0200 |
---|---|---|
committer | Elvin Efendi <elvin.efendiyev@gmail.com> | 2016-06-02 22:14:09 +0200 |
commit | 71d9bdc6a529d187d58a855208341409aa872289 (patch) | |
tree | 15b102314c4090d9ecdcd518e3c5c902027bfeaa /lib/oxidized/input | |
parent | cf4ab7752cd7c6141f2da0a7491c9f1842c88f09 (diff) |
more debug stratements
Diffstat (limited to 'lib/oxidized/input')
-rw-r--r-- | lib/oxidized/input/ssh.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oxidized/input/ssh.rb b/lib/oxidized/input/ssh.rb index aa44b37..db39a7e 100644 --- a/lib/oxidized/input/ssh.rb +++ b/lib/oxidized/input/ssh.rb @@ -37,6 +37,7 @@ module Oxidized ssh_opts[:kex] = vars(:ssh_kex).split(/,\s*/) if vars(:ssh_kex) ssh_opts[:encryption] = vars(:ssh_encryption).split(/,\s*/) if vars(:ssh_encryption) + Oxidized.logger.debug "lib/oxidized/input/ssh.rb: Connecting to #{@node.name}" @ssh = Net::SSH.start(@node.ip, @node.auth[:username], ssh_opts) unless @exec shell_open @ssh |