how to monitor Web URL(web.vdi.ford.com)
how to monitor Web URL(web.vdi.ford.com)
Hi Team,
how to monitor Web URL(web.vdi.ford.com) . blow service i need to monitor for following URL (web.vdi.ford.com) kindly help me for this.
1.Ping Status
2.HTTP
3.HTTPS
how to monitor Web URL(web.vdi.ford.com) . blow service i need to monitor for following URL (web.vdi.ford.com) kindly help me for this.
1.Ping Status
2.HTTP
3.HTTPS
Re: how to monitor Web URL(web.vdi.ford.com)
What is exactly the problem?
Do you have Nagios installed already and which version?
What distribution are you using?
I would at least use the following plugins:
Do you have Nagios installed already and which version?
What distribution are you using?
I would at least use the following plugins:
Code: Select all
check_http
check_pingRob Hassing


Re: how to monitor Web URL(web.vdi.ford.com)
Here's a link to the plugin manual pages, you'll see configuration /usage examples for the checks that rhassing(thanks again!) mentioned
http://nagios-plugins.org/doc/man/index.html
http://nagios-plugins.org/doc/man/index.html
Be sure to check out the Knowledgebase for helpful articles and solutions!
Re: how to monitor Web URL(web.vdi.ford.com)
Thanks for sharing.bwallace wrote:Here's a link to the plugin manual pages, you'll see configuration /usage examples for the checks that rhassing(thanks again!) mentioned
http://nagios-plugins.org/doc/man/index.html
Can you please share me sample template for web URL monitoring.
Re: how to monitor Web URL(web.vdi.ford.com)
Thanks for sharing.
Can you please share me sample template for web URL monitoring.
Can you please share me sample template for web URL monitoring.
Re: how to monitor Web URL(web.vdi.ford.com)
Can anyone please help me on this .
Re: how to monitor Web URL(web.vdi.ford.com)
What have you tried so far?
What is the current status of your installation?
What distribution are you using, have you installed using RPM's, or did you you compile the source.
Which version of Nagios have you installed?
What is the current status of your installation?
What distribution are you using, have you installed using RPM's, or did you you compile the source.
Which version of Nagios have you installed?
Rob Hassing


Re: how to monitor Web URL(web.vdi.ford.com)
Thanks @rhassing.
@miyappan, bumping your post/posting the same thing multiple times will not result in a faster response time. Please edit your post if you have additional information to add. We will get to your post in due time, you don't need to bump it.
@miyappan, bumping your post/posting the same thing multiple times will not result in a faster response time. Please edit your post if you have additional information to add. We will get to your post in due time, you don't need to bump it.
Former Nagios Employee.
me.
me.
Re: how to monitor Web URL(web.vdi.ford.com)
Code: Select all
[root@suse11 libexec]# /usr/local/nagios/libexec/check_http -H nagios.com
HTTP OK: HTTP/1.1 301 Moved Permanently - 530 bytes in 0.091 second response time |time=0.090966s;;;0.000000 size=530B;;;0
Former Nagios Employee
Re: how to monitor Web URL(web.vdi.ford.com)
Hi ,
i am getting Error CRITICAL - Plugin timed out after 10 seconds. check_ping plugin already their in nagios server.
below are the .cfg file i have create in nagios.
define host{
use web-url ; Inherit default values from a template
host_name FORD VDI ; The name we're giving to this host
alias FORD VDI ; A longer name associated with the host
address web.vdi.ford.com ; IP address of the host
}
define service{
use generic-service ; Inherit default values from a template
host_name FORD VDI
service_description Check Ping
check_command check_ping!280.0,20%!500.0,60%
}
i am getting Error CRITICAL - Plugin timed out after 10 seconds. check_ping plugin already their in nagios server.
below are the .cfg file i have create in nagios.
define host{
use web-url ; Inherit default values from a template
host_name FORD VDI ; The name we're giving to this host
alias FORD VDI ; A longer name associated with the host
address web.vdi.ford.com ; IP address of the host
}
define service{
use generic-service ; Inherit default values from a template
host_name FORD VDI
service_description Check Ping
check_command check_ping!280.0,20%!500.0,60%
}
- Attachments
-
- web.vdi.ford.PNG (10.28 KiB) Viewed 5234 times