I have to check health for video bridge so that if it is not working for some reason, I could take appropriate steps ( debugging/ restart instances)
Steps to reproduce:
- Enabled the Rest API in config
JVB_OPTS="--apis=rest"
- Enabled the statistics in Sip communicator
org.jitsi.videobridge.ENABLE_STATISTICS=true
- Then I called the APIs for health check
curl http://localhost:8080/about/health
HTTP ERROR 404
Problem accessing /colibri/stats. Reason:
Not Found
Powered by Jetty:// 9.4.15.v20190215
But stats are showing up for Colibri Stats
curl http://localhost:8080/colibri/stats
I am new to this platform, guide me how to check health of the Video bridge. Any help would be appreciated.