Skip to content

Instantly share code, notes, and snippets.

View nicolasenno's full-sized avatar

Nicola Senno nicolasenno

View GitHub Profile
@nicolasenno
nicolasenno / graphite.md
Last active October 9, 2016 10:14 — forked from kgadek/graphite.md
graphite

Installing Graphite:

Graphite does two things:

  1. Store numeric time-series data
  2. Render graphs of this data on demand

What Graphite does not do is collect data for you, however there are some tools out there that know

#!/bin/bash
# Perform installation as root
# Install prereqs
yum -y install libcurl libcurl-devel rrdtool rrdtool-devel rrdtool-prel libgcrypt-devel gcc make gcc-c++
# Get Collectd, untar it, make it and install
wget http://collectd.org/files/collectd-5.4.0.tar.gz
tar zxvf collectd-5.4.0.tar.gz