Adjust collectd config regex for heat-api processes
Currently this collects all heat api processes(heat-api-cloudwatch, heat-api-cfn, heat-api) rather than just heat-api as expected. This adjusts the regex to do that. Change-Id: Ie45c64fd1ed50241f78fc9d31b1203a89bbeb0ae
This commit is contained in:
parent
d3e9d2f2ed
commit
51a7891644
@ -153,7 +153,7 @@ PreCacheChain "PreCache"
|
||||
ProcessMatch "tuskar-api" "python.+tuskar-api" # -9,-10
|
||||
|
||||
# Heat (OpenStack Installed)
|
||||
ProcessMatch "heat-api" "python.+heat-api" # 9,10
|
||||
ProcessMatch "heat-api" "python.+heat-api --config-file" # 9,10
|
||||
ProcessMatch "heat-api-cfn" "python.+heat-api-cfn" # 9,10
|
||||
ProcessMatch "heat-api-cloudwatch" "python.+heat-api-cloudwatch" # 9,10
|
||||
ProcessMatch "heat-engine" "python.+heat-engine" # 9,10
|
||||
|
Loading…
Reference in New Issue
Block a user