Open ibadullaev-inc4 opened 1 year ago
Hi @ibadullaev-inc4, you can set datadog.ignoreAutoConfig
in your values.yaml file to disable the docker check from autodiscovery: https://github.com/DataDog/helm-charts/blob/main/charts/datadog/values.yaml#L821-L826
datadog:
ignoreAutoConfig:
- docker
Hi @fanny-jiang , my helm chart version is 3.61.0. I am also getting this error.
2024-05-01 15:21:47 UTC | CORE | ERROR | (pkg/collector/worker/check_logger.go:71 in Error) | check:docker | Error running check: temporary failure in dockerutil, will retry later: Cannot connect to the Docker daemon at unix:///host/var/run/docker.sock. Is the docker daemon running?
Have set datadog.ignoreAutoConfig
in the values.yaml file.
datadog:
apiKeyExistingSecret: datadog-secret
site: us5.datadoghq.com
logs:
enabled: true
containerCollectAll: true
ignoreAutoConfig:
- docker
Hello, following up here as I'm facing the similar issue. I would like to disable all default
checks for Datadog agent.
I've already tried to disable all default
and autoconf
checks:
datadog:
ignoreAutoConfig:
- container
- containerd
- cpu
- cri
- disk
- file_handle
- io
- kubelet
- kubernetes_state
- load
- memory
- network
- ntp
- uptime
but only kubernetes_state
was ignored as it is one of Autodiscovery integrations
Is it possible to disable default
checks in Datadog agent?
Hi I am faced with following error
Describe what happened: I am Install k8s cluster on my own hardware I am using kubespray method to install cluster In my cluster nodes I have not docker service running I just have
containerd
cri
Describe what you expected:
Is it possible disable docker checks ?
Steps to reproduce the issue:
when I exec into datadog pod and execute
agent status
i showAlso in my pod log I received a lot of follow logs
Additional environment details (Operating System, Cloud provider, etc):
Helm Version
Datadog helm chart version