Forum Discussion
create monitor with ? in the send string via TMSH
- Feb 01, 2024
? Completing prompt function conflicts of tmsh view, it can be used by switching to the bash view
run util bash
tmsh create ltm monitor https test_monitor { adaptive disabled defaults-from https send "HEAD /path1/path2/Access/information/script/healthcheck?wsdl HTTP/1.1\r\nHost: test.com\r\nConnection: Close\r\n\r\n" recv "HTTP/1.(0|1) 200 OK" destination *:* interval 5 time-until-up 0 timeout 16 }
exit
Pops Any particular reason you cannot use the GUI if that's what is working for you? Aside from the previous you should be able to do the following to allow it in the configuration in the CLI.
create ltm monitor https test_monitor send "HEAD /path1/path2/Access/information/script/healthcheck\?wsdl HTTP/1.1\r\nHost: Close\r\n\r\n"
We will be doing a large project and i want to semi-automate the task of pool and monitor creation but using TMOS commands rather than the slow GUI method.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com