[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. debian/1.0.3-1-28-ga8ba0c2
Sven Nierlein
sven at nierlein.de
Fri May 20 10:21:16 UTC 2011
The following commit has been merged in the master branch:
commit 0a6dc48e619a9750f8dd9462a1197fe19e82c82e
Author: Sven Nierlein <sven at nierlein.de>
Date: Sun May 15 19:17:27 2011 +0200
fixed typo in documentation. ( dup_server instead of dupserver )
diff --git a/Changes b/Changes
index 62e48fc..ec1fbe1 100644
--- a/Changes
+++ b/Changes
@@ -21,7 +21,7 @@ This file documents the revision history for mod_gearman.
- fixed "make rpm" for SLES11
1.0 Mon Feb 7 11:05:29 CET 2011
- - added dup_server option (Mark Clarkson)
+ - added dupserver option (Mark Clarkson)
- added stderr to send_multi
- added missing performance data to send_multi
- added error message when using unknown option
diff --git a/README.asciidoc b/README.asciidoc
index 232246d..2236eb4 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -575,13 +575,13 @@ will reduce the load on the worker host. Default: yes
fork_on_exec=no
====
-dup_server::
+dupserver::
sets the address of gearman job server where duplicated result will be sent to.
Can be specified more than once to add more server. Useful for duplicating
results for a reporting installation or remote gui.
+
====
- dup_server=logserver:4730,logserver2:4730
+ dupserver=logserver:4730,logserver2:4730
====
diff --git a/docs/QUICKSTART.html b/docs/QUICKSTART.html
index b76ef7f..a52bfbc 100644
--- a/docs/QUICKSTART.html
+++ b/docs/QUICKSTART.html
@@ -736,7 +736,7 @@ Mod-Gearman Worker: /opt/var/mod_gearman/mod_gearman_worker.log
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-03-23 21:48:03 CEST
+Last updated 2011-03-27 19:51:17 CEST
</div>
</div>
</body>
diff --git a/docs/README.html b/docs/README.html
index fc2c2df..01d2cb8 100644
--- a/docs/README.html
+++ b/docs/README.html
@@ -1376,7 +1376,7 @@ will reduce the load on the worker host. Default: yes
</div></div>
</dd>
<dt class="hdlist1">
-dup_server
+dupserver
</dt>
<dd>
<p>
@@ -1388,7 +1388,7 @@ results for a reporting installation or remote gui.
<div class="exampleblock-content">
<div class="literalblock">
<div class="content">
-<pre><tt>dup_server=logserver:4730,logserver2:4730</tt></pre>
+<pre><tt>dupserver=logserver:4730,logserver2:4730</tt></pre>
</div></div>
</div></div>
</dd>
@@ -1697,7 +1697,7 @@ The source is available at GitHub: <a href="http://github.com/sni/mod_gearman">h
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-04-18 13:00:46 CEST
+Last updated 2011-05-15 19:16:00 CEST
</div>
</div>
</body>
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list