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:
akrzos 2016-11-29 13:13:39 -05:00
parent d3e9d2f2ed
commit 51a7891644

View File

@ -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