Fixed default path to tentacle log file. Ticket #4245

This commit is contained in:
Arturo Gonzalez 2016-11-25 10:32:05 +01:00
parent 2c988433f3
commit 55795a7bdb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ TENTACLE_USER="pandora"
TENTACLE_ADDR="0.0.0.0"
TENTACLE_PORT="41121"
TENTACLE_EXT_OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections;.*\.lock:trans"
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
# use remote file management on Pandora FMS Enterprise.