summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/admin/oxidized/temporary-x-series.patch11
1 files changed, 10 insertions, 1 deletions
diff --git a/pkgs/tools/admin/oxidized/temporary-x-series.patch b/pkgs/tools/admin/oxidized/temporary-x-series.patch
index ef6234dc40b9..bf7ee992db18 100644
--- a/pkgs/tools/admin/oxidized/temporary-x-series.patch
+++ b/pkgs/tools/admin/oxidized/temporary-x-series.patch
@@ -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 /:/