Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Oct 21, 2013
1 parent 972ab52 commit edb11d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -3,6 +3,14 @@ Graphite Scripts

This project contains a variety of scripts for working with [Graphite](https://github.com/graphite-project).

### Carbon Initscripts

These initscripts were designed to manage starting/stopping/restarting of multiple Carbon relay, aggregator, and cache processes. There are environment variables in each that need to be set (specifically `INSTANCES`) for proper operations.

* [carbon-aggregator](https://github.com/obfuscurity/graphite-scripts/blob/master/init.d/carbon-aggregator)
* [carbon-cache](https://github.com/obfuscurity/graphite-scripts/blob/master/init.d/carbon-cache)
* [carbon-relay](https://github.com/obfuscurity/graphite-scripts/blob/master/init.d/carbon-relay)

### Django Password Hash

The [create_django_sha1_password.py](https://github.com/obfuscurity/graphite-scripts/blob/master/bin/create_django_sha1_password.py) script is used to generate a Django-compatible password hash for use in files such as the `initial_data.json` configuration blob.
Expand All @@ -15,14 +23,6 @@ The [pagerduty_to_graphite.rb](https://github.com/obfuscurity/graphite-scripts/b

The [poll_snmp.pl](https://github.com/obfuscurity/graphite-scripts/blob/master/bin/poll_snmp.pl) script polls SNMP metrics from SNMP-enabled hosts. It should typically be run by cron.

### Carbon Initscripts

These initscripts were designed to manage starting/stopping/restarting of multiple Carbon relay, aggregator, and cache processes. There are environment variables in each that need to be set (specifically `INSTANCES`) for proper operations.

* [carbon-aggregator](https://github.com/obfuscurity/graphite-scripts/blob/master/init.d/carbon-aggregator)
* [carbon-cache](https://github.com/obfuscurity/graphite-scripts/blob/master/init.d/carbon-cache)
* [carbon-relay](https://github.com/obfuscurity/graphite-scripts/blob/master/init.d/carbon-relay)

### License

This project is distributed under the MIT license.
Expand Down

0 comments on commit edb11d7

Please sign in to comment.