How do I check if a website is up?

Josh Wells josh.wells at lionbank.com
Mon Oct 20 16:58:25 CEST 2008


Ok so if the website is external to my network I need to create a host
definition? What would that look like for a URL? I've only made host
definitions for internal hosts using the IP address. Because the website
is a hosted solution I would rather define it by URL than IP address. Is
this possible?



-----Original Message-----
From: Assaf Flatto [mailto:assaf.flatto at ssp.uk.com] 
Sent: Monday, October 20, 2008 10:46 AM
To: nagios-users at lists.sourceforge.net
Subject: Re: [Nagios-users] How do I check if a website is up?

Not nessaceily .

If you have that website in your network , you can just define the
check_http check to that host.
also you can add in one of the parameters the specific URL you wish to
query .

-u, --url=PATH
    URL to GET or POST (default: /)


Or you can define a check on the nagios server it self to query the web
site like this :

# 'check_website' command definition
define command{
        command_name    check_website
        command_line    $USER1$/check_http -H www.website.com 
}


If not , then you need to build a new host definition and service check
for that host .


On Monday 20 October 2008 15:18:53 Josh Wells wrote:
> Do I have to define a remote host such as www.website.com in order to 
> apply the check_http service against that host?



-- 

Assaf Flatto
SSP Ops Team
Linux System Administrator





IMPORTANT . this email and the information in it may be confidential,
legally privileged and/or protected by law. It is intended solely for
the use of the person to whom it is addressed. If you are not the
intended recipient, please notify the sender immediately and do not
disclose the contents to any other person, use it for any purpose, or
store or copy the information in any medium.
Please also delete all copies of this email and any attachments from
your system.

We cannot guarantee the security or confidentiality of email
communications. We do not accept any liability for losses or damages
that you may suffer as a result of your receipt of this email including
but not limited to computer service or system failure, access delays or
interruption, data non-delivery or mis-delivery, computer viruses or
other harmful components.

Copyright in this email and any attachments belong to Select Service
Partner UK Limited. Should you communicate with anyone at Select Service
Partner UK Limited by email, you consent to us monitoring and reading
any such correspondence.

Nothing in this email shall be taken or read as suggesting, proposing or
relating to any agreement concerted practice or other practice that
could infringe UK or EC competition legislation.

Select Service Partner UK Limited is a company registered in England and
Wales (company number 05687183) whose registered office is at 1 The
Heights, Brooklands, Weybridge. Surrey. KT13 0NY
 
 

------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge Build the coolest Linux based applications with Moblin SDK &
win great prizes Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list