Fixed default path to tentacle log file. Ticket #4245
This commit is contained in:
parent
2c988433f3
commit
55795a7bdb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue