Greetings !
I have a cluster using Ceph that I would like to monitor.
I set up the restful ceph api like this :
ceph config set mgr mgr/restful/server_port 8443
ceph config set mgr mgr/restful/server_addr 0.0.0.0
ceph restful create-self-signed-cert
ceph restful create-key centreon #demo userHowever, after setting up the host like this :

I have the following error :
UNKNOWN: 405 Method Not Allowed
It seems the collector is trying to auth via a post, however it seems the restful api doesn’t auth like this now (I am on Ceph 19.2.3 Squid right now). Is this an issue on my part (I chose the wrong API, maybe ?) or is there a fix to do ?
Thanks in advance
