Forum Discussion

ghost-rider_124's avatar
ghost-rider_124
Icon for Nimbostratus rankNimbostratus
Jun 01, 2016

Monitor for text in image

Hello

 

I would like to make monitor to track application. But problem is that first page has only one image with text. How I can monitor image or text in image?

 

1 Reply

  • Hi,

     

    In order to create an appropriate monitor you have to do a curl form F5 (CLI) by this way

     

    If you backend is ssl:

     

    curl -i -k -H 'Host: YourBackendHostName'

     

    If you backend is not ssl:

     

    curl -i -H 'Host: YourBackendHostName'

     

    Can you please provide me the result. Regards