check_jitsi
check_jitsi copied to clipboard
Check plugin for jitsi videobridge
Hi and kudos on the plugin! While running it from the local jitsi server the plugin works as it should, but when calling it from the monitoring server (or any...
``` # netstat -tapn | grep 8080 tcp6 0 0 127.0.0.1:8080 :::* LISTEN 8262/java ``` `org.jitsi.videobridge.rest.private.jetty.host=::`in `/etc/jitsi/videobridge/sip-communicator.properties` is needed to not just bind to 127.0.0.1. Now you are able to...
Hi The Plugin output looks like this: ``` ./check_jitsi.py -H jitsi1.nts.ch -m conferences -w 10 -c 30 OK - 0 conferences |conferences=0;;10;30 ``` Accoring to the icinga performance scheme, it...
This change will help you connect remotely to the jitsi server at the address specified in the host configuration.
The existing command definition in `icinga/` should also provided as Icinga Director basket file.