Debug School

Nivetha
Nivetha

Posted on

Datadog Assignment 2

Top 10 commands of Datadog Agent

  1. systemctl start datadog-agent
  2. systemctl stop datadog-agent
  3. systemctl restart datadog-agent
  4. systemctl status datadog-agent
  5. datadog-agent config
  6. datadog-agent health
  7. datadog-agent hostname
  8. datadog-agent version
  9. datadog-agent status
  10. datadog-agent

Locate how to enable Process monitoring in datadog.yaml?

Edit the process_config with enabled: True

Image description

Top 5 Techniques for troubleshooting Datadog Agent

  1. Check the Agent Status
  2. Check the Agent Logs
  3. Check the Configuration
  4. Check the Connectivity
  5. Check for Firewalls

Top comments (0)