lib/oxidized/model/tmos.rb in oxidized-0.24.0 vs lib/oxidized/model/tmos.rb in oxidized-0.25.0
- old
+ new
@@ -40,9 +40,11 @@
cfg.gsub!(/sys db gtm.configtime {[^}]+}/m, '')
cfg.gsub!(/sys db ltm.configtime {[^}]+}/m, '')
comment cfg
end
+ cmd('[ -d "/config/zebos" ] && cat /config/zebos/*/ZebOS.conf') { |cfg| comment cfg }
+
cmd('cat /config/partitions/*/bigip.conf') { |cfg| comment cfg }
cfg :ssh do
exec true # don't run shell, run each command in exec channel
end