Also collect rabbitmq report and cookies

Related-bug: #1951577

Change-Id: I73c4458bbfac04ee21f2f8ee42b8293046355911
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2021-11-22 11:44:43 +01:00
parent 3cb42de4eb
commit 529f0eecea
1 changed files with 8 additions and 0 deletions

View File

@ -317,6 +317,14 @@ artcl_commands:
cmd: journalctl --since=-4h --lines=100000
journal_errors:
cmd: journalctl --since=-4h -p err --output=short-iso
rabbitmq:
cmd: |
if type pcs &>/dev/null; then
echo "+ rabbitmq cookie"
podman exec rabbitmq-bundle-podman-0 rabbitmqctl eval 'erlang:get_cookie().'
echo "+ rabbitmq report"
podman exec rabbitmq-bundle-podman-0 rabbitmqctl report
fi
monitoring: {}
network:
ovn: