mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
oxidized: temperature patch for x-series
This commit is contained in:
parent
dc433b476e
commit
400484008c
|
@ -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 /:/
|
||||
|
|
Loading…
Reference in a new issue