Skip to content

valigula/aws2graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws2graphite

What it does

This is a project to help people to undertand how to easily load data from the aws into graphite

Config

See the config file. Script is currently set-up to work only for rds. New rules can be added easily.

How to execute

#!/bin/bash

# Set environment variables:
export PATH=$PATH:/opt/chef/embedded/bin:/usr/bin:/bin

echo "Start " `date`
cd /home/ubuntu/aws2graphite/
/opt/chef/embedded/bin/ruby /home/ubuntu/aws2graphite/aws2graphite.rb
> aws2graphite.out

echo "End " `date`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages