This project contains a variety of scripts for working with Graphite.
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.
The 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.
The pagerduty_to_graphite.rb script pulls alert metrics from the PagerDuty API and submits them to Carbon. It should typically be run by cron.
The poll_snmp.pl script polls SNMP metrics from SNMP-enabled hosts. It should typically be run by cron.
This project is distributed under the MIT license.