2010-07-19 Dario Rodriguez <dario.rodriguez@artica.es>
* util/tentacle_serverd: Fixed error in filter pattern, changed pattern .*\zip to .*\.zip git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3024 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
97a61be2c2
commit
81242a1b9a
|
@ -1,3 +1,8 @@
|
|||
2010-07-19 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* util/tentacle_serverd: Fixed error in filter pattern, changed pattern
|
||||
.*\zip to .*\.zip
|
||||
|
||||
2010-07-16 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* FreeBSD/pandora_server.conf: Added snmptrapd file path for FreeBSD.
|
||||
|
|
|
@ -51,7 +51,7 @@ TENTACLE_USER="pandora"
|
|||
|
||||
TENTACLE_ADDR="0.0.0.0"
|
||||
TENTACLE_PORT="41121"
|
||||
TENTACLE_EXT_OPTS="-i.*\.conf:conf;.*\.md5:md5"
|
||||
TENTACLE_EXT_OPTS="-i.*\.conf:conf;.*\.md5:md5;.*\.zip:collections"
|
||||
|
||||
# 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