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.0Richard_Jones
Aug 31, 2010Nimbostratus
I am trying to modify the Dashboard to include "Enable", "Disable", and "Offline" buttons at the bottom, to allow control of the pool member states. I've been able to add checkboxes for each pool member list and create the buttons needed. I can't figure out how to actually get the functionality working though.
I thought about using the form to call a URI that is handled by an iRule to do the actual state change, but iRules doesn't have the capability to enable, disable, and/or force offline a pool member.
How can I use a click of the "enable" button in the HTML page to trigger a function in the powershell script? Is this even possible?
Thanks