Fixed default path to tentacle log file. Ticket #4245
(cherry picked from commit 55795a7bdb
)
This commit is contained in:
parent
7c33532d68
commit
d28b4d4cdf
|
@ -78,7 +78,7 @@ TENTACLE_USER="pandora"
|
||||||
TENTACLE_ADDR="0.0.0.0"
|
TENTACLE_ADDR="0.0.0.0"
|
||||||
TENTACLE_PORT="41121"
|
TENTACLE_PORT="41121"
|
||||||
TENTACLE_EXT_OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections"
|
TENTACLE_EXT_OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections"
|
||||||
TENTACLE_LOG_FILE="/var/log/pandora/tentacle_server.log"
|
TENTACLE_LOG_FILE="/dev/null"
|
||||||
|
|
||||||
# Set umask to 0002, because group MUST have access to write files to
|
# Set umask to 0002, because group MUST have access to write files to
|
||||||
# use remote file management on Pandora FMS Enterprise.
|
# use remote file management on Pandora FMS Enterprise.
|
||||||
|
|
Loading…
Reference in New Issue