1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

Merge pull request #8178 from ryanpetrello/callback-status-sos

report callback receiver status in the sosreport

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-09-18 15:15:21 +00:00 committed by GitHub
commit 39497fa502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ SOSREPORT_TOWER_COMMANDS = [
"awx-manage --version", # tower version
"awx-manage list_instances", # tower cluster configuration
"awx-manage run_dispatcher --status", # tower dispatch worker status
"awx-manage run_callback_receiver --status", # tower callback worker status
"awx-manage check_license --data", # tower license status
"awx-manage run_wsbroadcast --status", # tower broadcast websocket status
"supervisorctl status", # tower process status