Top

SNMP support on WebRTC server

Comentarios

3 comentarios

  • Jeroen V

    is this already possible so we could monitor the debian web rtc?

    0
    Acciones de comentarios Permalink
  • Christian WÖRSTENFELD

    I miss this feature too.

    Great would be also to have a few OIDs for the WebRTC status and health itself too - not just the OS.

    e.g.

    -Link to ALE Cloud is UP

    -Link to OXE is UP

    -Number of Running calls

    -Number of registered users

    -Current Version installed

    BR C

    2
    Acciones de comentarios Permalink
  • David LAMORSKI

    once you activated snmpd it is possible to extend snmpd. To request WebRTC GW version using snmp I would do:

    sudo sed -e '/\.1\.3\.6\.1\.2\.1\.25\.1/i\view   systemonly  included   .1.3.6.1.4.1.8072' -i /etc/snmp/snmpd.conf
    echo "extend gwversion /bin/grep Version /etc/issue" | sudo tee -a /etc/snmp/snmpd.conf
    sudo service snmpd restart

    the query would look something like this:

    snmpwalk -v2c -c public 127.0.0.1 .1.3.6.1.4.1.8072.1.3.2.3.1.1.9.103.119.118.101.114.115.105.111.110
    NET-SNMP-EXTEND-MIB::nsExtendOutput1Line."gwversion" = STRING: Version 1.77.16-514

    replace 127.0.0.1 by your gateways real IP address. Regards David.

    1
    Acciones de comentarios Permalink

Iniciar sesión para dejar un comentario.

¿Todavía no puedes encontrar lo que necesitas?

  • Contáctenos

    ¿Tiene alguna pregunta sobre Rainbow? Déjenos un mensaje para obtener más información.

    Contacte con
  • Pregunte a la Comunidad

    ¿Necesitas ayuda? Haz tus preguntas en la Comunidad para obtener respuestas de otros usuarios de Rainbow.

    Enviar un mensaje.