From 23f5b95d35efeb35c4e1c0c7edf767466ce714f7 Mon Sep 17 00:00:00 2001 From: awlx Date: Thu, 25 Feb 2016 10:17:40 +0100 Subject: Added function to get configuration of all partitions running on a F5 --- lib/oxidized/model/tmos.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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 -- cgit v1.2.1