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
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.
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 ###############################################################################
37 # Performance data is just written to the gearman
41 +config=###ROOT###/etc/mod-gearman/perfdata.conf