Skip to content

chef cookbook to configure collectd to forward stats to carbon/graphite

Notifications You must be signed in to change notification settings

robertchoi80/collectd-graphite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

installs collectd client/server and configures it to forward to graphite (http://graphite.wikidot.com/)

Requirements

Ubuntu 12.04 (Precise)

  • Opscode "apt" cookbook
  • "collectd" cookbook
  • "collectd-plugins" cookbook
  • "graphite" cookbook

Attributes

Control what network segment the listener listens on

node["collectd"]["services"]["network-listener"]["network"] (default management)

Usage

recipe[collectd-graphite::collectd-listener] will install a collectd server and configure it to forward metrics to graphite for visualisation recipe[collectd-graphite::collectd-client] will install the collectd agent

TODO

This cookbook currently doesn't have very rich topology concepts. It doesn't support multicast, it doesn't support a hierarchical topology, etc.

It should.

About

chef cookbook to configure collectd to forward stats to carbon/graphite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.8%
  • Ruby 37.2%