
Will associate monitored processes with roles later. Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
17 lines
305 B
Ruby
17 lines
305 B
Ruby
name "os-dashboard"
|
|
description "Horizon server"
|
|
override_attributes(
|
|
"collectd" => {
|
|
"rhel" => {
|
|
"plugins" => {
|
|
"processes" => { "Process" => ["httpd"]}
|
|
}
|
|
}
|
|
}
|
|
)
|
|
run_list(
|
|
"role[os-base]",
|
|
# "recipe[openstack-dashboard::db]",
|
|
"recipe[openstack-dashboard::server]"
|
|
)
|