summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawlx <awlnx@penguinfriends.org>2016-02-25 10:17:40 +0100
committerawlx <awlnx@penguinfriends.org>2016-02-25 10:17:40 +0100
commit23f5b95d35efeb35c4e1c0c7edf767466ce714f7 (patch)
treea071f443fc5448df3b865e01f4f216bda396830e
parent7ecf4e2b7024ab9597a4ec7d2c5723a3424b65c5 (diff)
Added function to get configuration of all partitions running on a F5
-rw-r--r--lib/oxidized/model/tmos.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/oxidized/model/tmos.rb b/lib/oxidized/model/tmos.rb
index 4841b98..b2b1ea2 100644
--- a/lib/oxidized/model/tmos.rb
+++ b/lib/oxidized/model/tmos.rb
@@ -41,6 +41,8 @@ class TMOS < Oxidized::Model
comment cfg
end
+ 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