Super HTTP Monitor
Problem this snippet solves: Super HTTP supports GET and POST requests, HTTP 1.0 and 1.1, Host headers, User-Agent headers, HTTP and HTTPS. It supports cookies. It supports authentication (basic, di...
Published Mar 12, 2015
Version 1.0Kirk_Bauer_1018
Nimbostratus
Joined November 08, 2006
Kirk_Bauer_1018
Nimbostratus
Joined November 08, 2006
Simon_Blakely
Sep 01, 2015Employee
This monitor does not work on later versions of LTM (since the filestore was introduced)
To fix, replace the line
SCRIPTNAME=${MON_TMPL_NAME:-$0}
with
SCRIPTNAME=`echo ${MON_TMPL_NAME:-$0}| awk '{gsub("/", "_", $0); print}'`
Worked for me on 11.6.0