oxidized: temperature patch for x-series

This commit is contained in:
WilliButz 2018-04-26 19:13:35 +02:00 committed by Robin Gloster
parent dc433b476e
commit 400484008c
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -1,5 +1,5 @@
diff --git a/lib/oxidized/model/powerconnect.rb b/lib/oxidized/model/powerconnect.rb
index f602a36..3f3a0f9 100644
index f602a36..3bac2d1 100644
--- a/lib/oxidized/model/powerconnect.rb
+++ b/lib/oxidized/model/powerconnect.rb
@@ -4,7 +4,7 @@ class PowerConnect < Oxidized::Model
@ -11,3 +11,12 @@ index f602a36..3f3a0f9 100644
send ' '
data.sub re, ''
end
@@ -60,7 +60,7 @@ class PowerConnect < Oxidized::Model
skip_blocks = 0
cfg.each_line do |line|
# If this is a stackable switch we should skip this block of information
- if (line.match /Up\sTime|Temperature|Power Suppl(ies|y)|Fans/i and @stackable == true)
+ if (line.match /Up\sTime|Temperature|Power Suppl(ies|y)|Fans/i)
skip_blocks = 1
# Some switches have another empty line. This is identified by this line having a colon
skip_blocks = 2 if line.match /:/