Colibri stats

Hi,

We have colibri stats on our production system on slightly older jitsi versions, but I am facing problems to get it working on our new system.

First I added. this to sip-communicator.properties:

org.jitsi.videobridge.ENABLE_STATISTICS=true
org.jitsi.videobridge.COLIBRI_REST_ENABLED=true
org.jitsi.videobridge.SHUTDOWN_REST_ENABLED=true
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri
org.jitsi.videobridge.STATISTICS_INTERVAL=1000
org.jitsi.videobridge.rest.private.jetty.port=8080
org.jitsi.videobridge.rest.private.jetty.host=0.0.0.0

and in jvb.conf:

JVB_OPTS="--apis=rest,xmpp"

I get 404 on curl -v http://127.0.0.1:8080/colibri/stats

Read instructions here and applied for public interface, but still same response

Any hints would be appreciated :slight_smile:

Enable REST API by using the following command and restart the JVB service.

hocon -f /etc/jitsi/videobridge/jvb.conf set videobridge.apis.rest.enabled true