[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Monitoring hosts behind a load balancer
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Monitoring hosts behind a load balancer
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Tue, 15 Jun 2010 12:42:01 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=vxkIQ5eKm51PIzVHQLLTh4mASHy9WgNHkOO6Og7cTQw=; b=iY0Q01d4mx5f1nVcPYeZacfHwa7TGi0AmaWvEMNlq8q8PUdQHa1Yxr+uAab1Wi3SbO fou3G+/YzPJ7ycTzCU9ewaW640pJMoEIFu+Cym3ynD/qbaHjCjmbfUx9kIIHBPdwxQg1 r8jXay7RcDII9nY6GtjaHIGkfFyZpShxL2Lvo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GNf2nfNmYweyXqEc6+mHU+fS7ohIy3RbvnnUgi1Ahpy2L8Bksn726czg87EBs5JIK6 CwR70xeIc64g7gqi/en2+gFMjlcney0nQ4UWZauAf7tYcADq0SqOTxYbHh8PyROXX02R 7hyAxmLLHxYxU4I2YxZyDDn9DDHcJTdwZ/JfQ=
- References: <AANLkTilUbL8FqzqTCWYwbPb63yhJNOQxw-jt0RxEvcvX (at) mail.gmail.com>
I used to have some scripts that would make SOAP requests to an F5 to get
the pools and pool member status. I no longer have access to that system,
but I may have a backup at home.
I based my scripts on a bunch of example programs in the F5 SDK. IIRC, I
altered a couple of the perl scripts to output lines like:
pool1 server1 OK
pool1 server2 DOWN
etc...
Then you just run around a loop reading the lines and sending BB status
messages.
As long as your F5 is checking the servers occasionally, this approach works
OK.
Ralph Mitchell
On Tue, Jun 15, 2010 at 12:07 PM, Steve Holmes <sholmes42 (at) mac.com> wrote:
> Greetings, I'm monitoring several Solaris 10 servers which are behind an F5
> load balancer. One of the features of the F5 is that it answers pings for
> all of the hosts behind it, even if they are all down. Has anyone devised a
> method of testing the servers for being alive in this context? There are no
> other network based tests being done. Yes, all of the other tests eventually
> go purple in Xymon, but we'd like to know that the hosts are down when that
> happens.
>
> Thanks,
> Steve Holmes
> ITaP/Purdue University
>
>