Merge "updates the attribute of the cookbook for installation." into dev/experimental

This commit is contained in:
Jenkins 2014-09-06 17:16:25 +00:00 committed by Gerrit Code Review
commit e304f2e139
1 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,6 @@ if platform_family?("rhel")
default[:collectd][:package_name] = ["collectd",
"collectd-amqp",
"collectd-apache",
"collectd-collection3",
"collectd-dbi",
"collectd-email",
"collectd-gmond",
@ -34,7 +33,6 @@ if platform_family?("rhel")
"collectd-nginx",
"collectd-OpenIPMI",
"collectd-perl",
"collectd-php-collection",
"collectd-postgresql",
"collectd-python",
"collectd-rrdtool",
@ -66,7 +64,7 @@ default[:collectd][:plugins] = {"cpu"=>{},
"match_regex"=>""
}
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][:protocol] = "tcp"
default[:collectd][:mq][:vhost] = "/"