diff --git a/docker/categraf/conf/config.toml b/docker/categraf/conf/config.toml index 14a99222..9e81f188 100644 --- a/docker/categraf/conf/config.toml +++ b/docker/categraf/conf/config.toml @@ -43,3 +43,9 @@ basic_auth_pass = "" timeout = 5000 dial_timeout = 2500 max_idle_conns_per_host = 100 + +[http] +enable = false +address = ":9100" +print_access = false +run_mode = "release" \ No newline at end of file