更新sapp配置文件模板; 更新pcapng存储程序;
This commit is contained in:
14
roles/packet_dump/templates/packet_dump.conf.j2
Normal file
14
roles/packet_dump/templates/packet_dump.conf.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
[KAFKA]
|
||||
BROKER_LIST={{ log_kafkabrokers.address }}
|
||||
|
||||
[SYSTEM]
|
||||
NIC_NAME={{ nic_mgr.name }}
|
||||
LOG_LEVEL={{ packet_dump_log_level }}
|
||||
LOG_PATH=log/packet_dump
|
||||
|
||||
[breakpad]
|
||||
disable_coredump=0
|
||||
enable_breakpad=1
|
||||
breakpad_minidump_dir=/tmp/packet_dump/crashreport
|
||||
enable_breakpad_upload=0
|
||||
breakpad_upload_url={{ breakpad_upload }}
|
||||
Reference in New Issue
Block a user