Top

SNMP support on WebRTC server

Kommentare

3 Kommentare

  • Jeroen V

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

    0
    Aktionen für Kommentare 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
    Aktionen für Kommentare 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
    Aktionen für Kommentare Permalink

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Sie können immer noch nicht finden, was Sie brauchen?

  • Kontaktieren Sie uns

    Haben Sie eine Frage zu Rainbow? Hinterlassen Sie uns eine Nachricht, um weitere Informationen zu erhalten.

    Kontakt
  • Fragen Sie die Gemeinschaft

    Brauchen Sie Hilfe? Stellen Sie Ihre Fragen in der Community, um Antworten von anderen Rainbow-Benutzern zu erhalten.

    Nachricht posten