Project

General

Profile

Download (8.08 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f595d4ae 03/11/2010 12:08 AM Scott Ullrich

Allow overriding latencylow, latencyhigh, losslow and losshigh by seting config['gateways']['settings'] which is also available in 2.0

9c94083f 02/27/2010 05:41 AM Chris Buechler

work around perms issue with filter reloads, and issue where filter reloads before apinger status is marked as down

97733a27 12/03/2009 04:51 AM Scott Ullrich

Ensure process is running before killing

9c030892 10/14/2009 12:32 AM Scott Ullrich

Revert "Allow setting of LB Server mode"

This reverts commit c5dfeaf6c31999688034c22b4fcb56477f0b9bd7.

c5dfeaf6 10/14/2009 12:16 AM Scott Ullrich

Allow setting of LB Server mode

3142c883 06/05/2009 06:32 AM Seth Mos

Remove RRD options from the apinger configuration.
They do not make any sense to generate since they are not used anywhere in 1.2

20afbdfe 05/29/2009 10:36 PM Seth Mos

Oh dear, looks like I had the values for loss and latency reversed.
That is not very useful.

0f2bd8e7 05/29/2009 10:36 PM Seth Mos

Make the apinger rrd files end up in /tmp so they are not seen by the
web ui.

6f255c8b 05/28/2009 07:50 AM Seth Mos

Change the warning threshold for the apinger delay warning from 100 to 200 ms.

e1c6b3d6 05/28/2009 07:45 AM Seth Mos

Backport apinger from 2.0 to 1.2
This removes the gateway support from the slbd load balancer. It will now create a apinger configuration instead.
Change syslog configuration so apinger logs to the slbd.log
Correct status page so that it shows the gateway status....

d38805bc 04/05/2009 01:01 AM Chris Buechler

Honor monitor type for server load balancing

7f23c690 11/10/2008 08:46 PM Scott Ullrich

Patches from smos@

  • Replace not functioning interface check for polling.
  • Silence route commands.
f44fe780 11/09/2008 03:18 AM Scott Ullrich

Remove newlines at end of files

938b8ebf 11/06/2008 02:32 PM Seth Mos

Send output into mwexec function

ba1e7572 11/06/2008 12:34 PM Seth Mos

Mute killall commands

ea951e6f 04/21/2007 11:41 PM Scott Ullrich

Correct is_array() check.

Make sure all 3 branches are the same.

Suggested-by: Bill M

a9ec14c2 04/21/2007 11:39 PM Scott Ullrich

Correct is_array() check.

Suggested-by: Bill M

4df064d4 04/11/2007 04:59 PM Scott Ullrich

Check for array type before foreach()

Reminded-by: Ryan Wagoner/Seth Mos

6df4e01c 03/30/2007 04:17 PM Scott Ullrich

Do not foreach through an item that does not exist

7604679a 03/29/2007 04:46 PM Scott Ullrich

Unlink pool file only if it exists

903c6f6a 03/29/2007 04:25 PM Scott Ullrich

Unlink pool file only if it exists

6e489ce2 03/20/2007 09:16 PM Seth Mos

Remove load balancer pool status file when we reconfigure a pool.

4eaaea87 03/01/2007 05:37 PM Scott Ullrich

Sleep for 2 seconds between restarting slbd

f7ced886 02/13/2007 07:28 PM Scott Ullrich

Handle a very unique edge case when using load balancing plus a dhcp wan. If the DHCP wan goes down, then when we add back the route freebsd will simply prefer the working wan.

401452ec 12/30/2006 12:45 AM Seth Mos Merge in new (outbound) load balancing configuration code from HEAD.
  • assign interfaces to pool instead of manual IP configuration
  • Only show interfaces with a gateway
  • Offer list of monitor IPs including interface gateways.

This code is tested for outbound load balancing on a carp cluster and...

f1a9622f 04/17/2006 09:46 PM Scott Ullrich

backout last commit

d27fe7f3 04/17/2006 09:43 PM Scott Ullrich

Reload filter on boot.

79a85ab8 04/16/2006 11:45 PM Scott Ullrich

MFC 11474
kill slbd if there are no pools or virtual servers

65437f22 04/15/2006 03:27 PM Scott Ullrich

MFC ougoing lb monitoring fixes

1e6f5e9d 04/14/2006 11:04 PM Scott Ullrich

Counter from 1, not 0. Slbd no likie.

ee5f031a 04/14/2006 10:19 PM Scott Ullrich

MFC from head.
Atleast the code that I wrote prior was pretty much the same.

2de00bff 04/14/2006 10:06 PM Scott Ullrich

Commit updated file for inspection

43ea32f9 04/14/2006 09:55 PM Scott Ullrich

Add ping support. Not tested, not mother approved.

0e16b9ca 04/08/2006 02:04 AM Scott Ullrich

We're in 2006 now, toto

b5aa9413 10/20/2005 05:24 PM Scott Ullrich

Add round-robin method

Ticket #626

d63bd62c 08/31/2005 10:01 PM Scott Ullrich

Woops! Use correct field.

8df78737 08/31/2005 10:01 PM Scott Ullrich

Add and honour sitedown slbd field

fbcda26c 08/25/2005 10:31 PM Scott Ullrich

Only iterate through item if its an array

09894747 08/24/2005 09:14 PM Scott Ullrich

Allow SLBD to start.

6049ece7 08/07/2005 03:07 PM Bill Marquette

add poolname

577c9191 08/07/2005 03:23 AM Bill Marquette

$Id -> $Id$

9c418998 08/07/2005 03:07 AM Bill Marquette

missing paren

bdefcbca 08/07/2005 02:59 AM Bill Marquette

only start slbd if we have a load balancer array w/ pools

9f98a38a 08/07/2005 02:52 AM Bill Marquette

Change polling interval

3ad6d3bb 08/06/2005 11:48 PM Bill Marquette

Tie load balance front end into the slbd daemon