r40193 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40192‎ | r40193 | r40194 >
Date:21:44, 28 August 2008
Author:mark
Status:old
Tags:
Comment:
Update example pybal.conf
Modified paths:
  • /trunk/pybal/debian/changelog (modified) (history)
  • /trunk/pybal/debian/pybal.conf (modified) (history)

Diff [purge]

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+
28 pybal (0.1+r39178-1) hardy; urgency=low
39
410 * New version
Index: trunk/pybal/debian/pybal.conf
@@ -10,10 +10,17 @@
1111 #port = 80
1212 #scheduler = wlc
1313 #config = file:///etc/pybal/text-squids
14 -#monitors = [ 'ProxyFetch', 'IdleConnection' ]
15 -#proxyfetch.url = [ 'http://en.wikipedia.org/wiki/Main_Page' ]
1614 #depool-threshold = .5
1715 #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
1825
1926 #[images]
2027 #protocol = tcp
@@ -21,6 +28,8 @@
2229 #port = 80
2330 #scheduler = wlc
2431 #config = file:///etc/pybal/upload-squids
 32+#depool-threshold = .5
 33+#bgp = no
2534 #monitors = [ 'ProxyFetch', 'IdleConnection' ]
2635 #proxyfetch.url = [ 'http://upload.wikimedia.org/pybaltestfile.txt' ]
2736 #depool-threshold = .5