
ProcessMatch provides more flexibility in handling process names, especially in scenarios across platforms and openstack releases. To do: generalize process regex across linux distros and openstack releases. Change-Id: I7dae9a90407134f01d5c9fbb722db62844197e47
16 lines
311 B
Ruby
16 lines
311 B
Ruby
name "os-compute-cert"
|
|
description "OpenStack Compute Cert service"
|
|
override_attributes(
|
|
"collectd" => {
|
|
"rhel" => {
|
|
"plugins" => {
|
|
"processes" => { "ProcessMatch" => ["nova-cert\" \"nova-cert"] }
|
|
}
|
|
}
|
|
}
|
|
)
|
|
run_list(
|
|
"role[os-base]",
|
|
"recipe[openstack-compute::nova-cert]"
|
|
)
|