Skip to content

yasn77/puppet-graphite

This branch is 22 commits ahead of, 104 commits behind alphagov/puppet-graphite:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

322744d · Nov 28, 2014
Jul 15, 2013
Nov 28, 2014
Nov 28, 2014
Nov 28, 2014
Jan 3, 2014
Aug 9, 2013
Aug 19, 2014
May 22, 2014
Jan 3, 2014
Dec 17, 2013
Aug 20, 2014
Nov 25, 2012
Jan 3, 2014
Jan 3, 2014
Nov 25, 2014
Jan 3, 2014

Repository files navigation

A Puppet module for managing the installation of Graphite.

Build Status

Usage

You will need Python, Python's development headers/libs, pip and virtualenv installed. If you're not already managing these you can use the python module, which is included as a dependency:

class { 'python':
  pip        => true,
  dev        => true,
  virtualenv => true,
}

Then for the simplest possible configuration:

include graphite

Configuration

If you want to run the web interface on a port other than 80 you can pass this in like so:

class { 'graphite':
  port => 9000,
}

Versioning

If you want to install a specific version of whisper and carbon, you like so:

class { 'graphite':
  port    => 9000,
  version => '0.9.12',
}

Another Graphite module?

Graphite can be painfull to install and many blog posts and gists are dedicated to that fact. However it appears to have got easier with most of the components now available in the Python Package repository. All the other puppet modules I found either lacked support for Ubuntu/Debian, relied on an undocumented package or did a lot of wgetting.

Although I've only tested this module on Ubuntu it should work on other distros too, maybe with minor tweaks.

About

Puppet module for managing graphite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 47.6%
  • Ruby 46.6%
  • Python 5.8%