Comment 2 for bug 1730604

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-rabbitmq-server (master)

Reviewed: https://review.openstack.org/530741
Committed: https://git.openstack.org/cgit/openstack/charm-rabbitmq-server/commit/?id=0024aefd135dcc78f669f36f11c655ae439b245d
Submitter: Zuul
Branch: master

commit 0024aefd135dcc78f669f36f11c655ae439b245d
Author: Liam Young <email address hidden>
Date: Tue Jan 2 13:42:46 2018 +0000

    Fix perms on queue_stats

    collect_rabbitmq_stats.sh creates
    /var/lib/rabbitmq/data/{}_queue_stats.dat with 600 perms which
    cannot be read by the monitoring user. This bug was introduced by
    a8f7dea1 which uses mktemp which creates the file with restricted
    permissions.

    Change-Id: Idf3022bf925dd02b4bb6c979980ec1c6211b6923
    Closes-Bug: #1730604