Index: trunk/pybal/debian/changelog |
— | — | @@ -1,3 +1,9 @@ |
| 2 | +pybal (0.1+r39185-1) hardy; urgency=low |
| 3 | + |
| 4 | + * New version |
| 5 | + |
| 6 | + -- Mark Bergsma <mark@wikimedia.org> Mon, 11 Aug 2008 21:57:53 +0000 |
| 7 | + |
2 | 8 | pybal (0.1+r39178-1) hardy; urgency=low |
3 | 9 | |
4 | 10 | * New version |
Index: trunk/pybal/debian/pybal.conf |
— | — | @@ -10,10 +10,17 @@ |
11 | 11 | #port = 80 |
12 | 12 | #scheduler = wlc |
13 | 13 | #config = file:///etc/pybal/text-squids |
14 | | -#monitors = [ 'ProxyFetch', 'IdleConnection' ] |
15 | | -#proxyfetch.url = [ 'http://en.wikipedia.org/wiki/Main_Page' ] |
16 | 14 | #depool-threshold = .5 |
17 | 15 | #bgp = no |
| 16 | +#monitors = [ 'ProxyFetch', 'IdleConnection', 'RunCommand' ] |
| 17 | +#proxyfetch.url = [ 'http://en.wikipedia.org/wiki/Main_Page' ] |
| 18 | +#idleconnection.timeout-clean-reconnect = 3 |
| 19 | +#idleconnection.max-delay = 300 |
| 20 | +#runcommand.command = /bin/sh |
| 21 | +#runcommand.arguments = [ '/etc/pybal/command-test', server.host, 'one', '2', 'III' ] |
| 22 | +#runcommand.interval = 60 |
| 23 | +#runcommand.timeout = 10 |
| 24 | +#runcommand.log-output = true |
18 | 25 | |
19 | 26 | #[images] |
20 | 27 | #protocol = tcp |
— | — | @@ -21,6 +28,8 @@ |
22 | 29 | #port = 80 |
23 | 30 | #scheduler = wlc |
24 | 31 | #config = file:///etc/pybal/upload-squids |
| 32 | +#depool-threshold = .5 |
| 33 | +#bgp = no |
25 | 34 | #monitors = [ 'ProxyFetch', 'IdleConnection' ] |
26 | 35 | #proxyfetch.url = [ 'http://upload.wikimedia.org/pybaltestfile.txt' ] |
27 | 36 | #depool-threshold = .5 |