Adding barbican collection and monitoring

This work will add monitroing for the Barbican security service

Change-Id: Ifd496bc73e6f6e208b91087b083cf0e1fc26f7b1
This commit is contained in:
dwilson 2018-05-09 16:14:00 -04:00
parent 2b5205f098
commit 0e3d351b3e
2 changed files with 15 additions and 0 deletions

View File

@ -267,6 +267,11 @@ PreCacheChain "PreCache"
ProcessMatch "aodh-notifier" "aodh-notifier" # 10,11,12,13
ProcessMatch "aodh_wsgi" "aodh_wsgi.*-DFOREGROUND" # 11,12,13
# Barbican (OpenStack Installed)
ProcessMatch "barbican_wsgi" "barbican_wsgi.*-DFOREGROUND" # 13
ProcessMatch "barbican-keystone-listener" "python.+barbican-keystone-listener" # 13
ProcessMatch "barbican-worker" "python.+barbican-worker" # 13
# Ceilometer (OpenStack Installed)
ProcessMatch "ceilometer-agent-notification" "ceilometer-agent-notification" # 10,11,12,13
ProcessMatch "ceilometer-collector" "ceilometer-collector" # 10,11,-12,-13

View File

@ -203,6 +203,11 @@ per_process_panels:
- aodh-listener
- aodh-notifier
- aodh_wsgi
- name: "Barbican"
processes:
- barbican_wsgi
- barbican-keystone-listener
- barbican-worker
- name: "Ceilometer"
processes:
- ceilometer-agent-notification
@ -438,6 +443,11 @@ per_process_panels:
- aodh-listener
- aodh-notifier
- aodh_wsgi
- name: "Barbican"
processes:
- barbican_wsgi
- barbican-keystone-listener
- barbican-worker
- name: "Ceilometer"
processes:
- ceilometer-agent-notification