check_logfiles: 3.7.5.1
[omd.git] / packages / mod-gearman / patches / server.cfg.skel_patch
blob2eaba14c4da6887065125ff74eacf00bca89ad7f
1 --- a/etc/mod-gearman/server.cfg        2011-12-29 22:19:49.281089611 +0100
2 +++ b/etc/mod-gearman/server.cfg        2011-12-29 22:21:54.745094683 +0100
3 @@ -18,12 +18,11 @@
4  debug=0
5  
6  # Path to the logfile.
7 -logfile=%LOGFILE_NEB%
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/neb.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 @@ -80,13 +79,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 @@ -125,6 +124,6 @@
37  # Performance data is just written to the gearman
38  # queue.
39  # Default: no
40 -perfdata=no
41 +config=###ROOT###/etc/mod-gearman/perfdata.conf