check_logfiles: 3.7.5.1
[omd.git] / packages / mod-gearman / patches / worker.cfg.skel_patch
blobec0cf08b7840392121267a150cac0187b94add12
1 --- a/etc/mod-gearman/worker.cfg        2011-12-30 00:16:28.000000000 +0100
2 +++ b/etc/mod-gearman/worker.cfg        2011-12-30 00:16:28.000000000 +0100
3 @@ -21,12 +21,11 @@
4  debug=0
5  
6  # Path to the logfile.
7 -logfile=%LOGFILE_WORKER%
9 -# sets the addess of your gearman job server. Can be specified
10 -# more than once to add more server.
11 -server=localhost:4730
12 +logfile=###ROOT###/var/log/gearman/worker.log
14 +# server address is set by "omd config"
15 +# please change port only by using the "omd config" command.
16 +config=###ROOT###/etc/mod-gearman/port.conf
18  # sets the address of your 2nd (duplicate) gearman job server. Can
19  # be specified more than once o add more servers.
20 @@ -83,13 +82,13 @@
21  # A shared password which will be used for
22  # encryption of data pakets. Should be at least 8
23  # bytes long. Maximum length is 32 characters.
24 -key=should_be_changed
25 +#key=should_be_changed
28  # The shared password will be read from this file.
29  # Use either key or keyfile. Only the first 32
30  # characters will be used.
31 -#keyfile=/path/to/secret.file
32 +keyfile=###ROOT###/etc/mod-gearman/secret.key
35  ###############################################################################
36 @@ -156,7 +155,7 @@
38  # path to p1 file which is used to execute and cache the
39  # perl scripts run by the embedded perl interpreter
40 -p1_file=%P1FILE%
41 +p1_file=###ROOT###/share/mod_gearman/mod_gearman_p1.pl
44  # Workarounds