[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. f5edd3e88aa2138dcf6d044c835fbd0ada944168
Sven Nierlein
sven at nierlein.org
Fri Feb 11 11:18:32 UTC 2011
The following commit has been merged in the master branch:
commit da98901ccf2f6529506707fdc10cb0cf3f1d2d47
Author: Sven Nierlein <sven at nierlein.org>
Date: Wed Feb 2 00:19:31 2011 +0100
updated docs
diff --git a/docs/QUICKSTART b/docs/QUICKSTART
index b77db1e..c333ffd 100644
--- a/docs/QUICKSTART
+++ b/docs/QUICKSTART
@@ -62,9 +62,9 @@ Mod-Gearman
Half way done, the next step installs Mod-Gearman.
======
#> 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
@@ -116,7 +116,7 @@ Restarting nagios3 monitoring daemon: nagios3
Your nagios.log should contain a line:
======
#> 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.
======
@@ -153,7 +153,7 @@ Then we have a look at the shiped check plugin:
======
#> /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
+check_gearman OK - debian64 has 1 worker and is working on 0 jobs. Version: 1.0|worker=1 jobs=2c
======
The interesting number is the last one, '2c' in our case, which means there
have been already 2 jobs executed by this worker.
--
Debian packaging for mod gearman.
More information about the Pkg-nagios-changes
mailing list