Top

SNMP support on WebRTC server

Comentários

3 comentários

  • Jeroen V

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

    0
    Ações de comentário 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
    Ações de comentário 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
    Ações de comentário Permalink

Por favor, entrar para comentar.

Ainda não consegue encontrar o que você precisa?

  • Contate-nos

    Você tem alguma pergunta sobre o Rainbow? Deixe-nos uma mensagem para obter mais informações.

    Contato
  • Pergunte à Comunidade

    Você precisa de ajuda? Faça suas perguntas na Comunidade para obter respostas de outros usuários do Rainbow.

    Enviar mensagem