From c120f624b31b7ca0fa77054b52be37d1d35cd158 Mon Sep 17 00:00:00 2001 From: Sunny Klair Date: Fri, 7 Sep 2018 13:33:46 -0400 Subject: [PATCH] Update agent socket location --- agent/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/config/config.go b/agent/config/config.go index 8e6a6736..2a41e6be 100644 --- a/agent/config/config.go +++ b/agent/config/config.go @@ -8,7 +8,7 @@ import ( const ( DefaultLogFilePath = "/var/log/datadog/network-tracer.log" - DefaultUnixSocketPath = "/var/run/datadog/nettracer.sock" + DefaultUnixSocketPath = "/opt/datadog-agent/run/nettracer.sock" ) // Config is the global config for the network-tracer. This information is sourced from config files and