Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbussdieker/vagrant-graphite
https://github.com/jbussdieker/vagrant-graphite
graphite puppet vagrant
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbussdieker/vagrant-graphite
- Owner: jbussdieker
- Created: 2014-08-16T01:32:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T23:09:05.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T05:55:00.014Z (9 months ago)
- Topics: graphite, puppet, vagrant
- Language: Ruby
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
bundle install
bundle exec librarian-puppet install
vagrant up graphite## Machines
### Graphite
This is a general purpose graphite server with a single carbon cache running on the standard ports (2003, 2004, 7002).
### Graphite-Sharding
This is a basic example of sharding metrics to multiple carbon caches using the carbon relay.
### Benchmark
This is a simple graphite server tuned for higher resolution data (useful for benchmarking or load testing).
# Notes
Changing the composer refresh interval is very manual.
ubuntu@benchmark:~$ grep "var interval" /opt/graphite/webapp/content/js/composer_widgets.js
//var interval = Math.min.apply(null, [context['interval'] for each (context in MetricContexts)] || [0]) || 60;
var interval = 60;