on 07-Mar-2015 16:48
Problem this snippet solves:
These Perl iControl scripts allows for the creation and deletion of HTTP iApps. It is based on another DevCentral script of similar function, though this version is further developed as follows:
Code :
Usage: To CREATE an app: script-name --appname--virtualaddress \ [--virtualport ] \ [--poolport ] --poolmembers \ [--monitor_send <"monitor send string">] [--monitor_receive <"monitor expect string">] To DELETE an app: script-name --appname --delete Virtual server port and pool member port default to 80 if not specified Monitor Send String defaults to "/" and Recieve String defaults to blank value