I am running ceph as part of a Proxmox Virtualization cluster, which is doing great. However for monitoring purpose I would like to periodically check with 'ceph health' as a non-root user. This fails with the following message: > su -c 'ceph health' -s /bin/bash nagios Error initializing cluster client: PermissionDeniedError('error calling conf_read_file',) Please note: running the command as root user works as intended. Someone else suggested to allow group permissions on the admin keyring, i.e. chmod 660 /etc/ceph/ceph.client.admin.keyring Link: https://github.com/thelan/ceph-zabbix/issues/12 This didn't work. Has anyone hints on this? _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com