README.md in haproxyctl-1.1.0 vs README.md in haproxyctl-1.2.0
- old
+ new
@@ -9,21 +9,24 @@
* Provides Nagios and Cloudkick health checks
* chkconfig/service-able for Redhat folk
[Here](http://scale10x.biggiantnerds.com) is a presentation about it.
+
Installation
------------
On most UNIX, assuming HAProxy is in the $PATH:
-
- git clone git@github.com:flores/haproxyctl.git
- ln -s haproxyctl/haproxyctl /etc/init.d/haproxyctl
+<pre>
+git clone git@github.com:flores/haproxyctl.git
+ln -s haproxyctl/haproxyctl /etc/init.d/haproxyctl
+</pre>
For chkconfig/RedHat/Centos, add:
-
- chkconfig --add haproxyctl
+<pre>
+chkconfig --add haproxyctl
+</pre>
There is also an HAProxy source installation script. This installs not only the steps above but latest HAProxy sources!
Options
-----------------
@@ -342,9 +345,17 @@
- [Erik Osterman aka `osterman`](https://github.com/osterman)
- [Martin Hald aka `mhald`](https://github.com/mhald)
- [deniedboarding](https://github.com/deniedboarding)
- [Aaron Blew aka `blewa`](https://github.com/blewa)
- [Nick Griffiths aka `nicobrevin`](https://github.com/nicobrevin)
+- [Florian Holzhauer aka `fh`](https://github.com/fh)
+
+
+Non-current HAProxy versions
+------------
+Be aware that HAProxy below current stable (1.4) does not support many of the
+options of haproxyctl.
+
License
-----------------
This code is released under the MIT License. You should feel free to do whatever you want with it.