Jerry Zhao 421fdfe39a Add collectd cookbook
Will associate monitored processes with roles later.

Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
2014-08-05 21:00:01 -07:00

12 lines
400 B
Ruby

name "collectd"
maintainer "Noan Kantrowitz"
maintainer_email "noah@coderanger.net"
license "Apache 2.0"
description "Install and configure the collectd monitoring daemon"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.3"
supports "ubuntu"
supports "centos"
depends "apt"
depends "yum"