Code Monkey home page Code Monkey logo

kamon-ganglia's Introduction

Ganglia Integration

The kamon's reporter backend for Ganglia.

Ganglia is an old-school monitoring system, which claims to be used on many high-performance computing systems. Despite ganglia-monitor and gmetad are arguably nice programs, the ganglia-web application just sucks in so many ways, that, in fact, I am planning to use this project until we replace Ganglia with something more convenient in our cluster.

Limitations

Only XDR (UDP) v3.1 protocol is supported.

Installation

This kamon-ganglia will never going to be published anywhere, so the one option to use the library is to directly add a git dependency to your project. The build.sbt file may look like:

lazy val kamonGanglia = RootProject(uri("git://github.com/zolkko/kamon-ganglia.git"))

lazy val root = (project in file(".")).
  settings(
    inThisBuild(List(
      organization := "com.example",
      scalaVersion := "2.11.11",
      version      := "0.1.0-SNAPSHOT"
    )),
    name := "Hello",
    libraryDependencies ++= Seq(
      "io.kamon" %%"kamon-core" % "0.6.7"
    )
  ).dependsOn(kamonGanglia)

Finally create an application.conf file:

kamon {
  ganglia {
    hostname = "example.com"
    port = 8649
    metric-name-prefix = "sample-app"
  }
}

For a complete example of how to enable the backend, please see hello-akka-kamon project under examples directory.

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.