WEBSITE MONITORING

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

WEBSITE MONITORING

Post by sarfarosh »

Hello Friends

I have few queries related to website monitoring in Nagios xi

Does it support: 1. First byte download

2. Website content monitoring

3. Monitoring a website through several geographic location as per keynote and pingdom.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: WEBSITE MONITORING

Post by scottwilkerson »

sarfarosh wrote: Does it support: 1. First byte download
Please elaborate
sarfarosh wrote:2. Website content monitoring
Built into the standard wizard, with more possibilities through the Web transaction wizard
sarfarosh wrote:3. Monitoring a website through several geographic location as per keynote and pingdom.
Yes, you can put a linux agent anywhere in the world and send the command to monitor a website from that location
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Re: WEBSITE MONITORING

Post by sarfarosh »

Does it support: 1. First byte download


Please elaborate
by this i mean our client need Nagios xi to monitor how much time Website Takes to load after client click on the link(ie in short need to monitor Web server performance )
2. Website content monitoring


Built into the standard wizard, with more possibilities through the Web transaction wizard

can you please let me know how should i go with this ?
. Monitoring a website through several geographic location as per keynote and pingdom.


Yes, you can put a linux agent anywhere in the world and send the command to monitor a website from that location
by agent do you mean NRPE or snmp ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: WEBSITE MONITORING

Post by scottwilkerson »

sarfarosh wrote:by this i mean our client need Nagios xi to monitor how much time Website Takes to load after client click on the link(ie in short need to monitor Web server performance )
This can be accomplished with Selenium or AutoIt
sarfarosh wrote:can you please let me know how should i go with this ?
You can just run the website wizard in XI and check either box for the following
Web Page Content
Monitors the website to ensure the specified string is found in the content of the web page. A content mismatch may indicate that your website has experienced a security breach or is not functioning correctly.
Content String To Expect:

Web Page Regular Expression Match
Monitors the website to ensure the specified regular expression is found in the content of the web page. A content mismatch may indicate that your website has experienced a security breach or is not functioning correctly.
sarfarosh wrote:by agent do you mean NRPE or snmp ?
NRPE
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
sarfarosh
Posts: 211
Joined: Fri Oct 05, 2012 3:56 am

Re: WEBSITE MONITORING

Post by sarfarosh »

by this i mean our client need Nagios xi to monitor how much time Website Takes to load after client click on the link(ie in short need to monitor Web server performance )


This can be accomplished with Selenium or AutoIt

Website is hosted on server at some other location & virtually it is not possible for us to install anything on the server so ho w can i get selenium or Autoit to work over here ?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: WEBSITE MONITORING

Post by scottwilkerson »

selenium and Autoit connect to the website just as a user would. You don't need to install anything on the server, they just replicate the connection to the server as a user would.

eg.

Code: Select all

open firefox
type URL
(start timer)
page loads
perform any other actions desired
(stop timer) and return value
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked