[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. f5edd3e88aa2138dcf6d044c835fbd0ada944168
Sven Nierlein
sven at nierlein.de
Fri Feb 11 11:18:37 UTC 2011
The following commit has been merged in the master branch:
commit ac96d5e37049aacab8cab71fa80e0eda23262aef
Author: Sven Nierlein <sven at nierlein.de>
Date: Wed Feb 2 00:23:07 2011 +0100
update html docs
diff --git a/docs/QUICKSTART.html b/docs/QUICKSTART.html
index f65ea73..ea8ca4b 100644
--- a/docs/QUICKSTART.html
+++ b/docs/QUICKSTART.html
@@ -630,9 +630,9 @@ install Gearman from source.</p></div>
<div class="literalblock">
<div class="content">
<pre><tt>#> cd /tmp
-#> wget "http://labs.consol.de/wp-content/uploads/2010/09/mod_gearman-0.9.tar.gz"
-#> tar zxf mod_gearman-0.9.tar.gz
-#> cd mod_gearman-0.9
+#> wget "http://labs.consol.de/wp-content/uploads/2010/09/mod_gearman-1.0.tar.gz"
+#> tar zxf mod_gearman-1.0.tar.gz
+#> cd mod_gearman-1.0
#> ./configure --prefix=/opt --with-gearman=/opt --with-user=nagios --with-init-dir=/etc/init.d
#> make
#> make install
@@ -695,7 +695,7 @@ Restarting nagios3 monitoring daemon: nagios3
<div class="literalblock">
<div class="content">
<pre><tt>#> grep mod_gearman /var/log/nagios3/nagios.log
-[1295003042] mod_gearman: Version 0.9
+[1295003042] mod_gearman: Version 1.0
[1295003042] Event broker module '/opt/lib/mod_gearman/mod_gearman.o' initialized successfully.</tt></pre>
</div></div>
</div></div>
@@ -726,7 +726,7 @@ worker for each queue.</p></div>
<div class="literalblock">
<div class="content">
<pre><tt> #> /opt/bin/check_gearman -H localhost -q worker_`hostname` -t 10 -s check
-check_gearman OK - debian64 has 1 worker and is working on 0 jobs. Version: 0.9|worker=1 jobs=2c</tt></pre>
+check_gearman OK - debian64 has 1 worker and is working on 0 jobs. Version: 1.0|worker=1 jobs=2c</tt></pre>
</div></div>
</div></div>
<div class="paragraph"><p>The interesting number is the last one, <em>2c</em> in our case, which means there
@@ -770,7 +770,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-01-14 18:44:38 CEST
+Last updated 2011-02-02 00:21:45 CEST
</div>
</div>
</body>
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list