Again, yesterday, org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant – no bridge available.
Until my cronjob restart jvb2 automaticly…
Is there a wa, through Monit, to detect when the bridge is failling and restart it ? I mean, I just need to know how can I detect that the bridge need to be restarted.
Try curl -s http://localhost:8080/about/health
It should return code 200, you can see it with “curl -v”
If that works for you, just add the check in Monit.