Monitor URL Availability and Repsonse Time

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
AMacintosh
Posts: 59
Joined: Mon Nov 07, 2011 12:26 pm

Monitor URL Availability and Repsonse Time

Post by AMacintosh »

I need to alert if a URL exceeds 500ms response time. Can this be accomplished using the Website monitoring Wizard?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Monitor URL Availability and Repsonse Time

Post by slansing »

Yep, it will contain a response time check, go for it, let us know if you have questions on it after you set it up.
AMacintosh
Posts: 59
Joined: Mon Nov 07, 2011 12:26 pm

Re: Monitor URL Availability and Repsonse Time

Post by AMacintosh »

I don't see the response time check. I have:

DNS IP Match
Ok 1d 0h 23m 2s 1/5 2014-09-03 11:49:57 DNS OK: 0.007 seconds response time.

DNS Resolution
Ok 1d 0h 27m 29s 1/5 2014-09-03 11:50:52 DNS OK: 0.092 seconds response time.

HTTP
Ok 1d 0h 25m 15s 1/5 2014-09-03 11:48:47 HTTP OK HTTP/1.1 200 OK - 60238 bytes in 0.403 seconds
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Monitor URL Availability and Repsonse Time

Post by slansing »

That HTTP check on the bottom should be showing you the response time for accessing that URL/Page load, is that not what you were looking for?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Monitor URL Availability and Repsonse Time

Post by tmcdonald »

You might need to add in the -w and -c parameters to the services. From the check_http plugin help:

Code: Select all

-w, --warning=DOUBLE
    Response time to result in warning status (seconds)
 -c, --critical=DOUBLE
    Response time to result in critical status (seconds)
Former Nagios employee
AMacintosh
Posts: 59
Joined: Mon Nov 07, 2011 12:26 pm

Re: Monitor URL Availability and Repsonse Time

Post by AMacintosh »

Thanks this worked using -w and -c
Locked