Giter Club home page Giter Club logo

check_jitsi's People

Contributors

nbuchwitz avatar ozzi- avatar pfromme25 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

check_jitsi's Issues

Videobridge needs to bind not just on localhost

# 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 connect remote:

# netstat -tapn | grep 8080
tcp6       0      0 :::8080                 :::*                    LISTEN      8338/java

Remote connecting

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 other server as a script) I get the following error:

./check_jitsi.py -H domainname.local -p 5347 -m health
UNKNOWN - Could not connect to JVB API: Failed to resolve hostname or service is not listenings

I have checked the port to be open from any by modifying the prosody.conf.lua file and adding 0.0.0.0 for this port. is there any other port or configuration to be made to allow it to connect?

Also when trying _telnet domainname.local 5347 I get connected.

Performace data not correct

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 should look like this:

  ./check_jitsi.py -H jitsi1.nts.ch  -m conferences -w 10 -c 30
  OK - 0 conferences |conferences=10;39;0;

See: https://icinga.com/docs/icinga1/latest/en/perfdata.html
'label'=value[UOM];[warn];[crit];[min];[max]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.