match receive string
2 TopicsLTM Monitor Receive String
Hello, my ltm monitor receive string doesn't work. Problem is that i am only interested in one line. Here is the whole output of the receive sting: { "returnCode": 0, "version": "9.0.0.37265", "product": "match", "command": "list project", "errorMsg": "OK", "projectList": [ { "projectId": "4711", "author": "Sam Sample", "description": "Test", "title": "Example", "configurationTime": "Date:Time", "state": "RUNNING" } ] } For me only the line with: "state": "RUNNING" is interesting. When this is changing pool member should be go offline and no traffic will be forwarded. I have tested with differnet wildcards e.g.: .\"state\":\"RUNNING\". But it doesn't work. Thankfull for any help. Cheers, Nikolas400Views0likes2CommentsHTTP Monitor Shows UP even Recv String is different
Hello Folks, Straight to my question, I have a monitor as below: Send String: GET /app/ping HTTP/1.1\r\nHost:company.example.com\r\nConnection: Close\r\n Receive String : active I want my member to be down if I get back receive string other than "active". Currently member is showing up even if the receive string is different. How should i implement for this to work? Any help is greatly appreciated! Thanks in advance!230Views0likes1Comment