-
Notifications
You must be signed in to change notification settings - Fork 808
Deprecation notice (old command line tools)
Old command line tools dd-agent, dd-forwarder and dogstatsd are deprecated as for 5.4.0. dd-forwarder & dogstatsd will be removed in a future version, and dd-agent functions will be limited to check, jmx and flare.
Please note that the dd-agent command has to be run as the dd-agent user :
sudo -u dd-agent dd-agent check mysql
All packaged Unix datadog-agent.
dd-agent, dd-forwarder and dogstatsd are legacy commands, not needed anymore since supervisor directly handles the start/stop of all processes. These commands may also display wrong status/ouput.
Use sudo /etc/init.d/datadog-agent {start|stop|restart|status}.
Same, use sudo /etc/init.d/datadog-agent {info|configcheck}.
You can still make the links manually by running:
sudo ln -s /opt/datadog-agent/agent/dogstatsd.py /usr/bin/dogstatsd
sudo ln -s /opt/datadog-agent/agent/ddagent.py /usr/bin/dd-forwarderHowever we strongly advise against using dd-forwarder, dogstatsd, and dd-agent to manage your datadog-agent processes. This possibility will be removed in a future version.