Skip to content

Instantly share code, notes, and snippets.

@rgodishela
Last active June 8, 2017 05:37
Show Gist options
  • Save rgodishela/eee5c4fe9c09f1988301cfdb1632279a to your computer and use it in GitHub Desktop.
Save rgodishela/eee5c4fe9c09f1988301cfdb1632279a to your computer and use it in GitHub Desktop.
Datadog troubleshooting
Datadog Troubleshooting
Start: sudo /etc/init.d/datadog-agent start
Stop: sudo /etc/init.d/datadog-agent stop
Restart: sudo /etc/init.d/datadog-agent restart
Status: sudo /etc/init.d/datadog-agent status
Info: sudo /etc/init.d/datadog-agent info -v
ps aux |grep datado[g]
ls -l /opt/datadog-agent/run/dogstatsd.pid
The configuration file for the Agent is located at /etc/dd-agent/datadog.conf
Configuration files for integrations are located in /etc/dd-agent/conf.d/
Troubleshooting: https://help.datadoghq.com/hc/en-us/sections/200766955-Troubleshooting
Logs for the subsystems are in the following files:
* /var/log/supervisor/datadog-supervisord.log (since 3.8.0)
* /var/log/datadog/collector.log
* /var/log/datadog/dogstatsd.log
* /var/log/datadog/forwarder.log
Custom Agent check: sudo -u dd-agent dd-agent check my_check
http://docs.datadoghq.com/guides/agent_checks/
date -u && curl -s -v https://app.datadoghq.com 2>&1 | grep Date
please refer: http://docs.datadoghq.com/guides/basic_agent_usage/redhat/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment