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.
WEBSITE MONITORING
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: WEBSITE MONITORING
Please elaboratesarfarosh wrote: Does it support: 1. First byte download
Built into the standard wizard, with more possibilities through the Web transaction wizardsarfarosh wrote:2. Website content monitoring
Yes, you can put a linux agent anywhere in the world and send the command to monitor a website from that locationsarfarosh wrote:3. Monitoring a website through several geographic location as per keynote and pingdom.
Re: WEBSITE MONITORING
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 )Does it support: 1. First byte download
Please elaborate
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 ?
by agent do you mean NRPE or snmp ?. 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
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: WEBSITE MONITORING
This can be accomplished with Selenium or AutoItsarfarosh 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 )
You can just run the website wizard in XI and check either box for the followingsarfarosh wrote:can you please let me know how should i go with this ?
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.
NRPEsarfarosh wrote:by agent do you mean NRPE or snmp ?
Re: WEBSITE MONITORING
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
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.
eg.
Code: Select all
open firefox
type URL
(start timer)
page loads
perform any other actions desired
(stop timer) and return value