1、增加libbreakpad_mini 安装 2、修改kni 部署
This commit is contained in:
Binary file not shown.
@@ -24,6 +24,7 @@
|
|||||||
- /tmp/ansible_deploy/libwiredcfg-2.0.6.67ae0ab-2.el7.x86_64.rpm
|
- /tmp/ansible_deploy/libwiredcfg-2.0.6.67ae0ab-2.el7.x86_64.rpm
|
||||||
- /tmp/ansible_deploy/libWiredLB-2.0.5.4629165-2.el7.x86_64.rpm
|
- /tmp/ansible_deploy/libWiredLB-2.0.5.4629165-2.el7.x86_64.rpm
|
||||||
- /tmp/ansible_deploy/lz4-1.7.5-3.el7.x86_64.rpm
|
- /tmp/ansible_deploy/lz4-1.7.5-3.el7.x86_64.rpm
|
||||||
|
- /tmp/ansible_deploy/libbreakpad_mini-1.0.1.cb61125-2.el7.x86_64.rpm
|
||||||
|
|
||||||
- name: "mkdir /etc/ld.so.conf.d/"
|
- name: "mkdir /etc/ld.so.conf.d/"
|
||||||
file:
|
file:
|
||||||
|
|||||||
BIN
roles/kni/files/kni-20.10.20201014.6d458ba-1.el7.x86_64.rpm
Normal file
BIN
roles/kni/files/kni-20.10.20201014.6d458ba-1.el7.x86_64.rpm
Normal file
Binary file not shown.
Binary file not shown.
@@ -7,7 +7,7 @@
|
|||||||
- name: "install kni rpms from localhost"
|
- name: "install kni rpms from localhost"
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- /tmp/ansible_deploy/kni-debug-20.10.20201014.6d458ba-1.el7.x86_64.rpm
|
- /tmp/ansible_deploy/kni-20.10.20201014.6d458ba-1.el7.x86_64.rpm
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Template the kni.conf
|
- name: Template the kni.conf
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ mho_hash_max_element_num = 2560000
|
|||||||
mho_expire_time = 30
|
mho_expire_time = 30
|
||||||
mho_eliminate_type = LRU
|
mho_eliminate_type = LRU
|
||||||
|
|
||||||
//per thread
|
#per thread
|
||||||
[tuple2stream_htable]
|
[tuple2stream_htable]
|
||||||
mho_screen_print_ctrl = 0
|
mho_screen_print_ctrl = 0
|
||||||
mho_thread_safe = 0
|
mho_thread_safe = 0
|
||||||
@@ -81,9 +81,15 @@ remote_port = 58100
|
|||||||
local_path = ./fs2_kni.status
|
local_path = ./fs2_kni.status
|
||||||
stat_cycle = 1
|
stat_cycle = 1
|
||||||
print_mode = 1
|
print_mode = 1
|
||||||
|
# 1:FS_OUTPUT_STATSD; 2:FS_OUTPUT_INFLUX_LINE
|
||||||
statsd_format = 2
|
statsd_format = 2
|
||||||
APP_NAME = fs2_kni
|
APP_NAME = fs2_kni
|
||||||
|
|
||||||
|
#self test Shunt rules security policy id
|
||||||
|
[tsg_diagnose]
|
||||||
|
enabled = 1
|
||||||
|
security_policy_id = 3,10
|
||||||
|
|
||||||
|
|
||||||
[ssl_dynamic_bypass]
|
[ssl_dynamic_bypass]
|
||||||
enabled = 1
|
enabled = 1
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ BSD_packet_filter=""
|
|||||||
### note, if "file_truncate_open_enabled=1", file will be truncated, otherwise open the file for appending.
|
### note, if "file_truncate_open_enabled=1", file will be truncated, otherwise open the file for appending.
|
||||||
file_truncate_enabled = 1
|
file_truncate_enabled = 1
|
||||||
log_file_name = "fs2_sysinfo.log"
|
log_file_name = "fs2_sysinfo.log"
|
||||||
|
log_conf_name = "etc/sapp_log.conf"
|
||||||
[profiling.log.remote]
|
[profiling.log.remote]
|
||||||
enabled=1
|
enabled=1
|
||||||
server_ip=127.0.0.1
|
server_ip=127.0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user