Re: [Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-18 Thread Alex Griffin
Hey Serge, I use Smokeping for checking network latency, integrated with Nagios using check_smokeping. It do everything you're asking for like browser rendering times or authentication, though. It's likely that you'll need to use something significantly more powerful for something like that,

Re: [Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-18 Thread Gary Every
you can use your nagios users .netrc file to overcome basic auth. On Wed, Apr 18, 2012 at 12:10 PM, Alex Griffin agrif...@nagios.com wrote: Hey Serge, I use Smokeping for checking network latency, integrated with Nagios using check_smokeping. It do everything you're asking for like browser

Re: [Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-18 Thread Alex Griffin
As far as I know, netrc doesn't help with cookie-based authentication, which is what he was asking for. I'm sure there are plugins out there which handle cookies fine, but he'll need something like selenium for measuring browser rendering times. And if he's already using selenium he might as

[Nagios-users] Plugins to monitor HTTP latency, page load times

2012-04-16 Thread Serge Dukic
Hi, I'm looking for a Nagios plugin to be able to monitor the latency of a web page i.e. how long from when the HTTP request is sent, until the first response is received As well as a plugin for measuring page load times. i.e. how long from when the first HTTP response is received until the