Giter Club home page Giter Club logo

Comments (6)

alq666 avatar alq666 commented on May 28, 2024

A temporary workaround: http://d.hatena.ne.jp/massat/20111013/1318484253

from dd-agent.

alq666 avatar alq666 commented on May 28, 2024
sudo easy_install supervisor
curl -L http://dtdg.co/supervisor-initd-aws > supervisor
sudo cp supervisor /etc/init.d/supervisord
sudo chkconfig --add supervisord
sudo chkconfig --level 345 supervisord on
sudo chmod +x /etc/init.d/supervisord 
curl -L http://dtdg.co/Mm99NP > supervisord.conf
sudo mkdir -p /etc/supervisord/conf
sudo cp supervisord.conf /etc
sudo mkdir -p /var/log/supervisor
sudo /etc/init.d/supervisord start
curl http://yum.datadoghq.com/rpm/datadog-agent-3.0.2-7.noarch.rpm > datadog-agent-3.0.2-7.noarch.rpm
sudo yum install python-tornado
sudo rpm -Uvh --nodeps datadog-agent-3.0.2-7.noarch.rpm 
sudo sh -c "sed 's/api_key:.*/api_key: apikey_2/' /etc/dd-agent/datadog.conf.example > /etc/dd-agent/datadog.conf"
sudo /etc/init.d/datadog-agent restart

from dd-agent.

alq666 avatar alq666 commented on May 28, 2024

The fix is to package supervisord + meld3 ourselves.

from dd-agent.

alq666 avatar alq666 commented on May 28, 2024

Actually, we can use supervisor-2 from epel but just repackage meld3.

from dd-agent.

alq666 avatar alq666 commented on May 28, 2024

@don-neufeld AWS linux is now supported via packages. Let me know how it's working for you.

from dd-agent.

alq666 avatar alq666 commented on May 28, 2024

On machines where this workaround had been done:

sudo yum install datadog-agent
# Re-install supervisord.conf
curl -L http://dtdg.co/Mm99NP > supervisord.conf
sudo cp supervisord.conf /etc/
sudo /etc/init.d/datadog-agent restart
sudo /etc/init.d/datadog-agent status
sudo /etc/init.d/datadog-agent stop
sudo /etc/init.d/datadog-agent restart

Then rpm -qa | grep datadog should give you

datadog-agent-lib-3.0.3-3.noarch
datadog-agent-base-3.0.3-3.noarch
datadog-agent-3.0.3-3.noarch

from dd-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.