Monitor when token_flush is occuring
Change-Id: I03b30b907daf3832e883c2e11991f862d4a448f9
This commit is contained in:
parent
822b92991c
commit
697b0dd0fc
ansible/install/roles
collectd-openstack/templates
grafana-dashboards/vars
@ -162,6 +162,7 @@ PreCacheChain "PreCache"
|
||||
ProcessMatch "keystone-all" "python.+keystone-all" # -9,-10
|
||||
ProcessMatch "keystone-admin" "keystone-admin.*-DFOREGROUND" # 9,10
|
||||
ProcessMatch "keystone-main" "keystone-main.*-DFOREGROUND" # 9,10
|
||||
ProcessMatch "keystone-token-flush" "keystone-manage.*token_flush" # 9,10
|
||||
|
||||
# Neutron (OpenStack Installed)
|
||||
ProcessMatch "neutron-dhcp-agent" "python.+neutron-dhcp-agent" # 9,10
|
||||
|
@ -151,6 +151,7 @@ PreCacheChain "PreCache"
|
||||
ProcessMatch "keystone-all" "python.+keystone-all" # -9,-10
|
||||
ProcessMatch "keystone-admin" "keystone-admin.*-DFOREGROUND" # 9,10
|
||||
ProcessMatch "keystone-main" "keystone-main.*-DFOREGROUND" # 9,10
|
||||
ProcessMatch "keystone-token-flush" "keystone-manage.*token_flush" # 9,10
|
||||
|
||||
# Mistral (Openstack Installed)
|
||||
ProcessMatch "mistral-server-api" "python.+mistral-server.+api" # -9,10
|
||||
|
@ -90,6 +90,7 @@ per_process_panels:
|
||||
- keystone-all
|
||||
- keystone-admin
|
||||
- keystone-main
|
||||
- keystone-token-flush
|
||||
- name: "Heat"
|
||||
processes:
|
||||
- heat-api
|
||||
@ -174,6 +175,7 @@ per_process_panels:
|
||||
- keystone-all
|
||||
- keystone-admin
|
||||
- keystone-main
|
||||
- keystone-token-flush
|
||||
- name: "Cinder"
|
||||
processes:
|
||||
- cinder-api
|
||||
@ -333,6 +335,7 @@ per_process_panels:
|
||||
- keystone-all
|
||||
- keystone-admin
|
||||
- keystone-main
|
||||
- keystone-token-flush
|
||||
- name: "Cinder"
|
||||
processes:
|
||||
- cinder-api
|
||||
|
Loading…
x
Reference in New Issue
Block a user