Debug School

Prasath
Prasath

Posted on

Data Dog Basics

1 Top 10 commands of Datadog Agent

$ systemctl start datadog-agent
$ systemctl stop datadog-agent
$ systemctl restart datadog-agent
$ systemctl status datadog-agent
$ datadog-agent configcheck
$ datadog-agent config
$ datadog-agent health
$ datadog-agent hostname
$ datadog-agent version
$ datadog-agent status

2 Locate how to enable Process monitoring in datadog.yaml?

process_config:
process_collection:
enabled: "true"

3 Top 5 Techniques for troubleshooting Datadog Agent

  1. API Key change
  2. Data not reporting to Management Portal
  3. Agent Down
  4. Configuration error
  5. Permission issue

Top comments (0)