-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmetadata.rb
More file actions
19 lines (15 loc) · 715 Bytes
/
metadata.rb
File metadata and controls
19 lines (15 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name 'chef_install_configure_collectd'
maintainer 'SignalFx, Inc.'
maintainer_email 'support@signalfx.com'
license 'Copyright SignalFx, Inc. All rights reserved'
description 'This cookbook provides a set of recipes to install and cofigure the collectd'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
supports "centos"
supports "amazon"
recipe "chef_install_configure_collectd::default",
"Install the lastest version collectd of SignalFx, Inc"
recipe "chef_install_configure_collectd::config-collectd",
"Configure the collectd write the collectd.conf file"
recipe "chef_install_configure_collectd::config-write_http",
"Configure the write_http plugin of collectd"