ansible-playbook monitoring

Track ansible-playbook usage

Change-Id: Idacd629206e49c272160ab210e2878de795d61dd
This commit is contained in:
Joe Talerico 2017-12-13 10:55:20 -05:00
parent 1c3b60a8c8
commit 0ad94c54d6
2 changed files with 6 additions and 0 deletions

View File

@ -206,6 +206,9 @@ PreCacheChain "PreCache"
# OpenStack Installation with a comment at the end of each Process/ProcessMatch statement.
# A Minus before the version means the process was not found in that version. (Ex -10)
<Plugin processes>
# Ansible
ProcessMatch "ansible-playbook" "ansible-playbook" # 12
# Aodh (OpenStack Installed)
ProcessMatch "aodh-evaluator" "aodh-evaluator" # -10,11
ProcessMatch "aodh-listener" "aodh-listener" # -10,11

View File

@ -59,6 +59,9 @@ per_process_panels:
# This dashboard should only contain OpenStack Undercloud Node processes
#
OpenStack-Undercloud:
- name: "Ansible"
processes:
- ansible-playbook
- name: "Aodh"
processes:
- aodh-evaluator