-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[packaging] Deprecate old dd-agent, dd-forwarder & dogstatsd commands #1457
Conversation
Nice, sorry for misreading this at first. |
Will rebase when 5.3 is out. |
In agent.py, ddagent.py & dogstatsd.py (remove unused import, enforce pep8 standards)
c9ab701
to
57891f0
Compare
@@ -27,7 +27,7 @@ AGENTCONF="/etc/dd-agent/datadog.conf" | |||
DOGSTATSDPATH="/opt/datadog-agent/agent/dogstatsd.py" | |||
AGENTUSER="dd-agent" | |||
PIDPATH="/var/run/dd-agent/" | |||
FORWARDERPATH="/usr/bin/dd-forwarder" | |||
FORWARDERPATH="/opt/datadog-agent/agent/ddagent.py" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure these scripts are made executable in our package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove use of /usr/bin/ in datadog-agent.init for centos and debian
57891f0
to
74b4269
Compare
👍 |
[packaging] Deprecate old dd-agent, dd-forwarder & dogstatsd commands
And some pep8 cleaning.