Xymon Mailing List Archive search

Monitoring "internet"

list Francesco Duranti
Wed, 5 Aug 2009 17:41:15 +0200
Message-Id: <user-f89f8c18438a@xymon.invalid>

You can use the bbcombotest to merge the result of all your http content/status check in a single check. 
in bbcombotest.cfg you can put something like:

internet.connect = internet.cont1 && internet.cont2 && internet.cont3

remember to change the hobbitlaunch.cfg to include the launch of bbcombotest 


Francesco


-----Original Message-----
From: Ricardo Stella [mailto:user-a9f2fdfdbc44@xymon.invalid] 
Sent: mercoledì 5 agosto 2009 16.55
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Monitoring "internet"

Can these be combined as well? Ie do multiple http checks and go red
only if all fail?

TIA...

Josh Luthman wrote:
Might also want to do some HTTP checks.  If your router's NAT table
has problems, connection limits are hit, etc.  Pretty much anything
TCP based but doing an HTTP request to Google should satisfy and be easy.

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

"When you have eliminated the impossible, that which remains, however
improbable, must be the truth."
--- Sir Arthur Conan Doyle


On Wed, Aug 5, 2009 at 10:10 AM, Ricardo Stella <user-a9f2fdfdbc44@xymon.invalid
<mailto:user-a9f2fdfdbc44@xymon.invalid>> wrote:


    Hello,

    We have a request to monitor 'internet' connectivity.  (When it comes
    from higherups...)

    Just pinging up the line might not be good enough as we've had issues
    with our providers in the recent past.  So I figured ping several well
    known hosts out in the cloud and if all are out, then we have no
    'internet'.

    I came out with the following.  Seems to work, but figure I run it
    thru
    the list in case someone else has done this already...

    page internet Internet Connectivity
    127.0.0.1  INTERNET # conn=ip1,ip2,ip3,ip4,ip5


    TIA...