Debug School

Rajesh Kumar Samal
Rajesh Kumar Samal

Posted on

Datadog-Day-1-11-09-23 : Assignment-2

Top 10 commands of Datadog Agent ?

$ datadog-agent status
$ datadog-agent check apache
$ sudo -u dd-agent datadog-agent check apache
$ datadog-agent config
$ datadog-agent diagnose
$ datadog-agent health
$ datadog-agent integration
$ datadog-agent integration show datadog-apache
$ systemctl start datadog-agent
$ systemctl stop datadog-agent
$ systemctl restart datadog-agent
$ systemctl status datadog-agent

Locate how to enable Process monitoring in datadog.yaml ?

process_collection:
enabled: true
Process Agent
process_agent_enabled: true

Top 5 Techniques for troubleshooting Datadog Agent ?

$ systemctl start datadog-agent
$ systemctl stop datadog-agent
$ systemctl restart datadog-agent
$ systemctl status datadog-agent

Top comments (0)