diff options
author | Saku Ytti <saku@ytti.fi> | 2013-04-26 17:03:01 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-04-26 17:03:01 +0300 |
commit | b30ca8b31e23ea9f518c92e2ef51f85d8e7a0584 (patch) | |
tree | 3b93d10cd9b005a1457ec7a8dcc862baa19d05c7 /lib/oxidized/node.rb | |
parent | d4e251b42ff4f4831762912e2ad3d50b91e8afb0 (diff) |
Fix: telnet exceptions, broken json/ext, typo
Kudos to Samer Abdel-Hafez for noticing
Diffstat (limited to 'lib/oxidized/node.rb')
-rw-r--r-- | lib/oxidized/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/node.rb b/lib/oxidized/node.rb index a41fcdc..0b307b7 100644 --- a/lib/oxidized/node.rb +++ b/lib/oxidized/node.rb @@ -26,7 +26,7 @@ module Oxidized status = :success if config break else - status = :no_cconnection + status = :no_connection end end [status, config] |