how to monitor Web URL(web.vdi.ford.com)

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

how to monitor Web URL(web.vdi.ford.com)

Post 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
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: how to monitor Web URL(web.vdi.ford.com)

Post 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:

Code: Select all

check_http
check_ping
Rob Hassing
Image
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: how to monitor Web URL(web.vdi.ford.com)

Post 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
Be sure to check out the Knowledgebase for helpful articles and solutions!
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: how to monitor Web URL(web.vdi.ford.com)

Post by miyappan »

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
Thanks for sharing.
Can you please share me sample template for web URL monitoring.
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: how to monitor Web URL(web.vdi.ford.com)

Post by miyappan »

Thanks for sharing.
Can you please share me sample template for web URL monitoring.
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: how to monitor Web URL(web.vdi.ford.com)

Post by miyappan »

Can anyone please help me on this .
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: how to monitor Web URL(web.vdi.ford.com)

Post 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?
Rob Hassing
Image
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: how to monitor Web URL(web.vdi.ford.com)

Post 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.
Former Nagios Employee.
me.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: how to monitor Web URL(web.vdi.ford.com)

Post 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.
Former Nagios Employee
miyappan
Posts: 57
Joined: Thu Feb 11, 2016 5:42 am

Re: how to monitor Web URL(web.vdi.ford.com)

Post 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%
}
Attachments
web.vdi.ford.PNG
web.vdi.ford.PNG (10.28 KiB) Viewed 5235 times
Locked