Website /urls Latency Monitoring

Hi,

Can anyone please tell me how to monitor Website/url Latency. Is there any pulgin for that.

Thank you.
Sagar

Have you TRIED check_http?

Hi,

Thank you for quick response

I have confugured check_http, but it would get the resone time of the Apache service. I would like monitor the latency of the urls like if I have 2-3 virtual hosting urls (eg : abc.example.com , xyz.example.com)

I want to cehck the latency/response time of abc.example.com & xyz.example.com exclusivley.

Please suggest if there are any options to be put in check_http

  • Sagar

Hi,

I have checked the detail help of check_http plugin, I found the option

     check_http -w 5 -c 10 -H abc.example.com 
   
     check_http -w 5 -c 10 --ssl -H xyz.example.com  for SSL

warning(W)/critical© return time is in seconds!!!

I would like to monitor the sub content site like “www.example.com/site” using check_http can this be done?

-Sagar

./check_http --help

-u is the option you should be looking for.

Hi,

Yes, It worked.

Oprion :

                          check_http -w 5 -c 10 -H abc.example.com --url=/site

– Sagar