Page 1 of 3
how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 7:31 am
by miyappan
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
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 7:54 am
by rhassing
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:
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 9:42 am
by bwallace
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
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 11:47 am
by miyappan
Thanks for sharing.
Can you please share me sample template for web URL monitoring.
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 11:48 am
by miyappan
Thanks for sharing.
Can you please share me sample template for web URL monitoring.
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 12:52 pm
by miyappan
Can anyone please help me on this .
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 1:14 pm
by rhassing
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?
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 2:14 pm
by hsmith
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.
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Mon Mar 21, 2016 2:33 pm
by rkennedy
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
The above is an example.
Re: how to monitor Web URL(web.vdi.ford.com)
Posted: Tue Mar 22, 2016 12:41 am
by miyappan
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%
}