Monitor URL Availability and Repsonse Time
-
AMacintosh
- Posts: 59
- Joined: Mon Nov 07, 2011 12:26 pm
Monitor URL Availability and Repsonse Time
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
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
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
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
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?
Re: Monitor URL Availability and Repsonse Time
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
Thanks this worked using -w and -c