hectcastro / chef-collectd

A Chef cookbook to install collectd.
Apache License 2.0
23 stars 65 forks source link

Install libraries for plugins prior to compilation. #4

Closed bflad closed 11 years ago

bflad commented 11 years ago

Since the default recipe compiles from source, you need the .so libraries (or supporting programs like curl-config, etc.) in place before you run ./configure.

This set of packages should work for most of the plugins on RHEL, but this code block probably needs to be refactored, especially for differences in package names for Ubuntu.

More information: http://git.verplant.org/?p=collectd.git;a=blob;hb=master;f=README

hectcastro commented 11 years ago

I think I want to hold off on merging this one until I can get the corresponding Debian packages included. That, or have some guard for RHEL specific nodes.

bflad commented 11 years ago

Let's chat in person about how to better implement this for the distro differences. I don't mind spending the time to research the corresponding Ubuntu packages.

~Brian

On Nov 5, 2012, at 10:57 AM, Hector Castro notifications@github.com wrote:

I think I want to hold off on merging this one until I can get the corresponding Debian packages included. That, or have some guard for RHEL specific nodes.

— Reply to this email directly or view it on GitHub.

hectcastro commented 11 years ago

Building base boxes to test.

bflad commented 11 years ago

Let me know if I can help, I'm online tonight.

hectcastro commented 11 years ago

Bose.