1 Top 10 commands of Datadog Agent
$ systemctl start datadog-agent
$ systemctl stop datadog-agent
$ systemctl restart datadog-agent
$ systemctl status datadog-agent
$ ls /var/log/datadog/
$ more /etc/datadog-agent/datadog.yaml
$ more /var/log/datadog/agent.log
$ more /var/log/datadog/process-agent.log
$ more /var/log/datadog/trace-agent.log
$ 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?
Inside the datadog.yaml file, locate the section related to process monitoring. Uncomment the process_agent_enabled line and set it to true which looks like below
Process Agent
process_agent_enabled: true
Top 5 Techniques for troubleshooting Datadog Agent
Check site link, API Key in YAML file. Start / Restart the agent
Top comments (0)