updates the attribute of the cookbook for installation.

Change-Id: I3029b84f6824147fe9b9aadc094147619c0a80ab
This commit is contained in:
Lawrence Davison 2014-09-05 15:59:32 -07:00
parent ac49b65b01
commit 3e6ae6c6b1

View File

@ -21,7 +21,6 @@ if platform_family?("rhel")
default[:collectd][:package_name] = ["collectd", default[:collectd][:package_name] = ["collectd",
"collectd-amqp", "collectd-amqp",
"collectd-apache", "collectd-apache",
"collectd-collection3",
"collectd-dbi", "collectd-dbi",
"collectd-email", "collectd-email",
"collectd-gmond", "collectd-gmond",
@ -34,7 +33,6 @@ if platform_family?("rhel")
"collectd-nginx", "collectd-nginx",
"collectd-OpenIPMI", "collectd-OpenIPMI",
"collectd-perl", "collectd-perl",
"collectd-php-collection",
"collectd-postgresql", "collectd-postgresql",
"collectd-python", "collectd-python",
"collectd-rrdtool", "collectd-rrdtool",
@ -66,7 +64,7 @@ default[:collectd][:plugins] = {"cpu"=>{},
"match_regex"=>"" "match_regex"=>""
} }
default[:collectd][:included_plugins] = {"kairosdb"=>{}} default[:collectd][:included_plugins] = {"kairosdb"=>{}}
default[:collectd][:server][:host] = "10.145.81.250" default[:collectd][:server][:host] = "metrics"
default[:collectd][:server][:port] = "4242" default[:collectd][:server][:port] = "4242"
default[:collectd][:server][:protocol] = "tcp" default[:collectd][:server][:protocol] = "tcp"
default[:collectd][:mq][:vhost] = "/" default[:collectd][:mq][:vhost] = "/"