cookbook 'graphite', '= 1.0.1'
graphite
(45) Versions
1.0.1
-
Follow65
Installs/Configures graphite
cookbook 'graphite', '= 1.0.1', :supermarket
knife supermarket install graphite
knife supermarket download graphite
Graphite Cookbook
Description
Library cookbook for installation and configuration of Graphite
http://graphite.wikidot.com/ via Chef
Consult the Graphite documentation for more information:
Platforms
- Ubuntu 10.04 / Ubuntu 12.04
- Debian
- RHEL and derivatives (Centos, Amazon Linux, Oracle Linux, Scientific Linux)
- Fedora
Data Bags
TODO (sure, use em if you like, even encrypt them)
Usage
It's a library cookbook, intended to be used in your custom wrapper
cookbook to behave as needed. It's the building materials, not the
house.
For example usage consult the reference cookbook example
Feel free to ask us questions anytime on irc: #heavywater on freenode
Custom Resources
TODO (resource usage documentation coming)
Amazon Web Services
Due to the old version of Chef used on Amazon Web Services in order to
succesfully run this cookbook you will need to add the
delayed_evaluator
recipe to your run list before the graphite
recipe.
Development / Contributing
- Source hosted at [GitHub][repo]
- Report issues/questions/feature requests on [GitHub Issues][issues]
Pull requests are very welcome! Make sure your patches are well tested.
Ideally create a topic branch for every separate change you make. For
example:
- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature
) - Write some tests, see ChefSpec
- Commit your awesome changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request against the
develop
branch
Dependent cookbooks
python >= 0.0.0 |
runit ~> 1.0 |
memcached >= 0.0.0 |
build-essential >= 0.0.0 |
yum-epel >= 0.0.0 |