From 51a78916446b15d7d76df9622ac554594e3dc3f0 Mon Sep 17 00:00:00 2001 From: akrzos Date: Tue, 29 Nov 2016 13:13:39 -0500 Subject: [PATCH] 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 --- .../collectd-openstack/templates/controller.collectd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/install/roles/collectd-openstack/templates/controller.collectd.conf.j2 b/ansible/install/roles/collectd-openstack/templates/controller.collectd.conf.j2 index bfb6a28a5..a294fda99 100644 --- a/ansible/install/roles/collectd-openstack/templates/controller.collectd.conf.j2 +++ b/ansible/install/roles/collectd-openstack/templates/controller.collectd.conf.j2 @@ -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