From 1e6bb85edcd339b82a6b42f50357a5bef84147c6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Jun 2015 12:00:37 +0200 Subject: Remove more uptime lines --- lib/oxidized/model/ironware.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oxidized/model/ironware.rb b/lib/oxidized/model/ironware.rb index 83af5a1..ad795d5 100644 --- a/lib/oxidized/model/ironware.rb +++ b/lib/oxidized/model/ironware.rb @@ -26,7 +26,7 @@ class IronWare < Oxidized::Model cmd 'show version' do |cfg| cfg.gsub! /(^((.*)[Ss]ystem uptime(.*))$)/, '' #remove unwanted line system uptime - cfg.gsub! /uptime is .*/,'' + cfg.gsub! /[Uu]p\s?[Tt]ime is .*/,'' comment cfg end -- cgit v1.2.1