[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. f5edd3e88aa2138dcf6d044c835fbd0ada944168

Sven Nierlein sven at nierlein.org
Fri Feb 11 11:18:54 UTC 2011


The following commit has been merged in the master branch:
commit bba3015df1d6915e4b32d428b740430a1aa1f20f
Author: Sven Nierlein <sven at nierlein.org>
Date:   Mon Feb 7 10:59:06 2011 +0100

    updated docs

diff --git a/README b/README
index 4671198..893bd67 100644
--- a/README
+++ b/README
@@ -348,6 +348,13 @@ max-jobs:           Controls the amount of jobs a worker will do
 
                     Example: max-jobs=500
 
+fork_on_exec:       Use this option to disable an extra fork for each
+                    plugin execution. This option will reduce the load
+                    on the worker host.
+                    Default: yes
+
+                    Example: fork_on_exec=no
+
 dup_server:         sets the address of gearman job server where
                     duplicated result will be sent to. Can be specified
                     more than once to add more server.
diff --git a/configure.ac b/configure.ac
index 3b2eb56..5f9eea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 ##############################################
 AC_PREREQ([2.59])
-AC_INIT([mod_gearman], [1.0b2], [sven.nierlein at consol.de])
+AC_INIT([mod_gearman], [1.0], [sven.nierlein at consol.de])
 AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
 AC_CONFIG_SRCDIR([neb_module/mod_gearman.c],[worker/worker.c],[tools/send_gearman.c],[tools/check_gearman.c],[tools/gearman_top.c])
 AC_CONFIG_HEADER([config.h])
diff --git a/include/common.h b/include/common.h
index eaa1fdf..cd60ed9 100644
--- a/include/common.h
+++ b/include/common.h
@@ -52,7 +52,7 @@
 #define MOD_GM_COMMON_H
 
 /* constants */
-#define GM_VERSION                 "1.0b2"
+#define GM_VERSION                   "1.0"
 #define GM_ENABLED                      1
 #define GM_DISABLED                     0
 #define GM_BUFFERSIZE               98304

-- 
Debian packaging for mod gearman.



More information about the Pkg-nagios-changes mailing list