Skip to content

jungsook/synthesize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthesize

Installing Graphite doesn't have to be difficult. The install script in synthesize is designed to make it brain-dead easy to install Graphite and related services onto a modern Linux distribution.

Synthesize is built to run on Ubuntu 13.10. It will not run on other Ubuntu releases or Linux distributions. The goal of this project is not to become an automation alternative to modern configuration management utilities (e.g. Chef or Puppet), but rather, to make it as easy as possible for the beginner Graphite user to get started and familiar with the project without having to learn a suite of other automation and/or infrastructure-related projects.

The resulting Graphite server listens only on https port 443 and has been configured to collect metrics specifically for helping profile the performance of your Graphite and Carbon services. It uses memcached for improved query performance, and Statsite for a fast, C-based implementation of the StatsD collector/aggregator.

Provides

Dependencies

  • An Ubuntu 13.10 VM or server
  • Some mechanism for downloading Synthesize

Installation

$ cd synthesize
$ ./install

Removal

$ cd synthesize
$ ./uninstall

License

Synthesize is distributed under the MIT license.

About

Scripts for easy installation of Graphite and StatsD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.2%
  • Shell 31.8%