Skip to content

Commit

Permalink
README files generated from cookbook metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Nov 15, 2011
1 parent 1e633f4 commit ab3a8e4
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions README.md
@@ -1,3 +1,9 @@
# graphite chef cookbook

Installs/Configures graphite

## Overview

Installs and configures [Graphite](http://graphite.wikidot.com/)

`recipe[graphite]` should build a stand-alone Graphite installation.
Expand All @@ -14,3 +20,56 @@ Ships with two default schemas, stats.* (for Etsy's statsd) and a catchall that
matches anything. The catchall retains minutely data for 13 months, as in the
default config. stats retains data every 10 seconds for 6 hours, every minute
for a week, and every 10 minutes for 5 years.

## Attributes

* `[:graphite][:carbon][:line_receiver_interface]` - (default: "127.0.0.1")
* `[:graphite][:carbon][:pickle_receiver_interface]` - (default: "127.0.0.1")
* `[:graphite][:carbon][:cache_query_interface]` - (default: "127.0.0.1")
* `[:graphite][:carbon][:version]` - (default: "0.9.7")
* `[:graphite][:carbon][:uri]` - (default: "http://launchpadlibrarian.net/61904798/carbon-0.9.7.tar.gz")
* `[:graphite][:carbon][:checksum]` - (default: "ba698aca")
* `[:graphite][:whisper][:version]` - (default: "0.9.7")
* `[:graphite][:whisper][:uri]` - (default: "http://launchpadlibrarian.net/61904764/whisper-0.9.7.tar.gz")
* `[:graphite][:whisper][:checksum]` - (default: "c6272ad6")
* `[:graphite][:graphite_web][:version]` - (default: "0.9.7c")
* `[:graphite][:graphite_web][:uri]` - (default: "http://launchpadlibrarian.net/62379635/graphite-web-0.9.7c.tar.gz")
* `[:graphite][:graphite_web][:checksum]` - (default: "a3e16265")

## Recipes

* `carbon` - Carbon
* `default` - Base configuration for graphite
* `ganglia` - Ganglia
* `web` - Web
* `whisper` - Whisper


## Integration

Supports platforms: debian and ubuntu

Cookbook dependencies:
* python
* apache2
* ganglia


## License and Author

Author:: Heavy Water Software Inc. (<darrin@heavywater.ca>)
Copyright:: 2011, Heavy Water Software Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

> readme generated by [cluster_chef](http://github.com/infochimps/cluster_chef)'s cookbook_munger

0 comments on commit ab3a8e4

Please sign in to comment.