Creating An iControl PowerShell Monitoring Dashboard With Google Charts
PowerShell is a very extensible scripting language and the fact that it integrates so nicely with iControl means you can do all sorts of fun things with it. In this tech tip, I'll illustrate how to ...
Published Nov 06, 2008
Version 1.0gabrown_31269
Sep 26, 2011Nimbostratus
We have upgraded the OS on our F5 BigIP 3600 LTM to 11.0. Running the same script with the PowerShell iControlSnapin 1.0.0 and we now get the following error:
Exception calling "get_all_statistics" with "1" argument(s): "There is an error in XML document (252, 79
)."
At C:\Scripts\Powershell\F5\BigIPStats\F5StatsDashboard_25.ps1:488 char:78
+ $MemberStatisticsA = (Get-F5.iControl).LocalLBPoolMember.get_all_statistics <<<< ("/Common/ROBS_POOL
")
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : DotNetMethodException
Do we need an updated version of the iControlSnapIn? Is this a known issue and has anyone else encountered similar problems?