Code Monkey home page Code Monkey logo

dice-deployment-service's People

Contributors

matejart avatar miha-plesko avatar pooyanjamshidi avatar tadeboro avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

dice-deployment-service's Issues

Cassandra Monitoring

Cassandra Monitoring introduced some changes to the way the dmon-agent has to be installed:

  • requires GenericJMX and Java Plugins from collectd (by default they are installed)
    There is a known bug for the java plugin that hardcodes the JDK location in collectd to a specific version. There are two possibilities to fix this:

    • Create a simlink from the actual JDK location to the one needed by collectd (I prefer this quick and dirty hack :) )

    • Compile collectd from the sources
      We had to extend collectd metric type definition database to encompass the new metrics
      We created dice.db which has to be copied to /usr/share/collectd/

  • The hardcoding is in /usr/lib/collectd/java.so. The desired location can be listed using:

strings /usr/lib/collectd/java.so | grep jre

  • the new dice.db metrics definition has to be copied from <AGENT_HOME>/templates/dice.db to /usr/share/collectd/dice.db

MongoDB Monitoring

The introduction of MongoDB introduced some new requirements for the installation of the dmon-agent.

  • we might require a specific user for monitoring mongodb
    it’s not mandatory but it is recommended for security reasons

  • We use the python plugin for collectd which loads from dmon-agent home directory the file called mongodb.py the deployment service only doesn’t have to do anything special as long as the latest version of dmon-agent is used, all new python modules have been upgraded in the requirements.txt

  • the new dice.db metrics definition has to be copied from <AGENT_HOME>/templates/dice.db to /usr/share/collectd/dice.db

DMON management system

During the third year we will create a distributed management system for DMON.

It will be able to:

  • Scale logstash and elasticsearch instances
  • change configuration options

Because of the need to potentially provision additional VMs could we use the Deployment service to
enact these changes?

We will provide the YAML and Chef recipes. Do you think it is feasible?

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.