Forum Discussion
SS11
Nimbostratus
Jun 06, 2018Capture the receive string in health monitor
Application designer asked to setup a receive health monitor and the request is below;
ADC(any characters except {)Running
(trying to match this:
"system": "ADC",
"status": "Running",
) but ...
youssef1
Cumulonimbus
Jun 06, 2018Hi,
Firt of from CLI can you try your query using CURL? In order to see that response. In this way you can validate your request and check response. curl example:
curl -i -k [https://1.1.1.1/url](https://1.1.1.1/url) -H "Host: myappname.domain.com"
where 1.1.1.1 is your backend server and myappname.domain.com the app hostname
if the backend is not ssl/TLS try this:
curl -i [http://1.1.1.1/url](http://1.1.1.1/url) -H "Host: myappname.domain.com"
Let me now if it's clear or you need additional info (add parameter or other)
regards
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
