Skip to content

Instantly share code, notes, and snippets.

View paul91's full-sized avatar

Paul Lewis paul91

  • Domino Data Lab
  • New York, NY
View GitHub Profile
@paul91
paul91 / collectd.sh
Last active January 22, 2020 06:40 — forked from tnolet/gist:7361441
Install collectd 5.4.1 from source on CentOS 6.5
#!/bin/bash
# Perform installation as root
# Install prereqs
yum -y install libcurl libcurl-devel rrdtool rrdtool-devel perl-devel libgcrypt-devel gcc make gcc-c++ yajl-devel
# Get Collectd, untar it, make it and install
wget http://collectd.org/files/collectd-5.4.1.tar.gz
tar zxvf collectd-5.4.1.tar.gz