修改RPM程序安装路径

支持日志定时删除
This commit is contained in:
fengweihao
2020-09-11 14:29:29 +08:00
parent f507b3ea1c
commit f5b162f5d6
12 changed files with 33 additions and 16 deletions

View File

@@ -15,7 +15,8 @@ expire_after = 30
#Local default root certificate path
local_debug = 0
ca_path = ./cert/tango-ca-v3-trust-ca.pem
untrusted_ca_path = ./cert/mesalab-ca-untrust.pem
untrusted_ca_path = ./cert/tango-ca-v3-untrust-ca.pem
[MAAT]
#Configure the load mode,
#0: using the configuration distribution network
@@ -32,18 +33,22 @@ inc_cfg_dir=./rule/inc/index
full_cfg_dir=./rule/full/index
#Json file path when json schema is used
pxy_obj_keyring=./conf/pxy_obj_keyring.json
[LIBEVENT]
#Local monitor port number, default is 9991
port = 9991
[CERTSTORE_REDIS]
#The Redis server IP address and port number where the certificate is stored locally
ip = 127.0.0.1
port = 6379
[MAAT_REDIS]
#Maat monitors the Redsi server IP address and port number
ip = 192.168.11.243
port = 6379
dbindex = 4
[stat]
statsd_server=192.168.10.72
statsd_port=8126