Forum Discussion
Alain_2938
Nimbostratus
Jul 22, 2014Custom http Regex monitor Syntax
I need to create an http regex monitor for the following criteria:
SEND: "GET /example/monitor/monitor.do?parameter=DB_USER HTTP/1.1\r\nHost: \r\nConnection: Close\r\n\r\n"
RECEIVE: regex “^0$ ...
Kevin_Stewart
Employee
Jul 22, 2014Your receive string regex basically says "match if the string only contains a 0", which is correctly formatted according to this:
http://support.f5.com/kb/en-us/solutions/public/5000/900/sol5917.html
Not certain anymore how to do this with bigpipe, but here's what that might look like with tmsh:
tmsh create ltm monitor http dc-test-monitor defaults-from http send "GET /example/monitor/monitor.do\?parameter=DB_USER HTTP/1.1\r\nHost: localhost\r\nConnection: close\r\n\r\n" recv "^0$"
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects