Skip to content

Instantly share code, notes, and snippets.

View andrew-kaleli-lee's full-sized avatar

Andrew Kaleli-Lee andrew-kaleli-lee

  • Chicago
  • 00:36 (UTC -05:00)
View GitHub Profile
@andrew-kaleli-lee
andrew-kaleli-lee / se-install-collectd
Last active December 28, 2015 21:29
A snippet detailing the installation and configuration of collectd on Ubuntu 12.04 with openjdk-7.
# client install
sudo apt-get install libcurl4-gnutls-dev ruby cmake openjdk-7-jdk openjdk-7-source libgcrypt11-dev python-dev git
# server install
sudo apt-get install libcurl4-gnutls-dev ruby cmake openjdk-7-source libgcrypt11-dev librrd4 librrd-dev
# install yajl
git clone git://github.com/lloyd/yajl
cd yajl
./configure