Top

SNMP support on WebRTC server

Comments

3 comments

  • Jeroen V

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

    0
    Comment actions 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
    Comment actions 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
    Comment actions Permalink

Please sign in to leave a comment.

Still can't find what you need?

  • Contact Us

    Do you have any question about Rainbow? Leave us a message to get more information.

    Contact
  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message