|
|
@@ -132,8 +132,9 @@ getAgentPid() {
|
|
|
startAgent() {
|
|
|
local pid
|
|
|
if [ -f "${AGENT_BIN_DIR}/${AGENT_PROC}" ]; then
|
|
|
- export DISABLE_E2E_TRACING=true
|
|
|
+ export DISABLE_E2E_TRACING=false
|
|
|
export DISABLE_STACK_TRACING=true
|
|
|
+ export SEND=1
|
|
|
local params="--listen=0.0.0.0:8123"
|
|
|
# if [ -f "/etc/chaosd/pki/ca.crt" ] && [ -f "/etc/chaosd/pki/chaosd.crt" ] && [ -f "/etc/chaosd/pki/chaosd.key" ]; then
|
|
|
# params="server --https-port 31768 --CA=/etc/chaosd/pki/ca.crt --cert=/etc/chaosd/pki/chaosd.crt --key=/etc/chaosd/pki/chaosd.key"
|