Fixed default path to tentacle log file. Ticket #4245

(cherry picked from commit 55795a7bdb)
This commit is contained in:
Arturo Gonzalez 2016-11-25 10:32:05 +01:00
parent 7c33532d68
commit d28b4d4cdf
1 changed files with 1 additions and 1 deletions

View File

@ -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.