Debug School

Rajesh kumar samal
Rajesh kumar samal

Posted on

Assignment 1- Write down list of Top Datadog Agent commands with their usage ?

Below are the top commands used in datadog :
1:systemctl status datadog-agent - to check the agent status
2:systemctl start datadog-agent - to start the agent
3:systemctl stop datadog-agent - to stop the agent
4:systemctl restart datadog-agent - to restart the agent
5:datadog-agent version - to check the agent version information

6:datadog-agent configcheck - to Print all configurations loaded of a running Agent.
7:datadog-agent health - to check if the agent health is Pass to check if all the components are healthy
8:datadog-agent config - to check the runtime configuration management
9:datadog-agent hostname - to get the hostname information .

Top comments (0)