You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apt-get install restarts the agent, but with no config all the supervisor processes are failing.
After adding the config file and restarting we get a Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord. message.
The other issue is that after calling stop, our supervisor process is still running. This shouldn't be the case. Calling stop should kill all dd-agent processes. For example:
The problem was that the init script didn't check if the datadog configuration was present before starting supervisor. So when the post installation script started the agent for the first time (before the user had a chance to run the sed command to populate the datadog configuration file), the supervisor would start and launch the datadog processes, which would all fail because the config file wasn't present. This sent the agent into a bad state.
This problem affected Debian and Red Hat packaging.
Following the step by step instructions on the web didn't work. To reproduce, follow these steps:
apt-get install
restarts the agent, but with no config all the supervisor processes are failing.Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord.
message.Expected:
Details:
Also make sure that this works with the other packages and the other OS's.
The text was updated successfully, but these errors were encountered: