Details

    • Add New Device / OS
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • Discovery
    • None

    Description

      Hi, would it be possible to add support for these devices please? It does not seem to respond to general SNMP oid queries...  basically I wanted to be able to read out IAT/MLR/nosignal values for multicast streams  for the last minute for each available stream, like this and then create  alarm above certain threshold for this:

      $mib = 'btech_probe1.mib';
      $config['mibs'][$mib]['enable'] = 1;
      $config['mibs'][$mib]['mib_dir'] = 'bridgetech';
      $config['mibs'][$mib]['identity_num'] = '.1.3.6.1.4.1.24562';
      $config['mibs'][$mib]['sensor'][] = array('oid' => 'mlrerrEntry',
                                               'class' => 'runtime',
                                               'oid_extra'  => [ 'channelName', 'channelIpa'],
                                               'descr'      => 'MLR: %channelName% (%channelIpa%)',
                                               'oid_num' => '.1.3.6.1.4.1.24562.520.1.7');

      Attachments

        1. btech_base.mib
          0.3 kB
        2. btech_probe1.mib
          16 kB
        3. btech_types.mib
          0.9 kB
        4. discovery.txt
          101 kB
        5. discovery-1.txt
          104 kB
        6. image-2025-02-07-10-43-00-070.png
          image-2025-02-07-10-43-00-070.png
          13 kB
        7. image-2025-02-07-10-43-48-116.png
          image-2025-02-07-10-43-48-116.png
          173 kB
        8. mon0a-ttc.priv.telly.4net.tv.snmpwalk
          980 kB
        9. poller.txt
          100 kB
        10. poller-1.txt
          101 kB

        Activity

          [OBS-4976] Bridgetech probe MIB support

          I have re-enabled the SNMPv2-MIB for the device and added new poller and discovery outputs.

          pv Pavel Vrastiak added a comment - I have re-enabled the SNMPv2-MIB for the device and added new poller and discovery outputs.

          We do not recommend disable mibs on this page, when you really do not know many about MIBs.

          SNMPv2-MIB is very common for devices, and yes I see failed response, but this is little part of this MIB.

          landy Mike Stupalov added a comment - We do not recommend disable mibs on this page, when you really do not know many about MIBs. SNMPv2-MIB is very common for devices, and yes I see failed response, but this is little part of this MIB.

          In the documentation they mention that it does not support SNMPv2...  snmpwalk for .1.3.6.1.4.1 or .1 ended with timeout. I disabled it because it was "red" in MIBs tab anyway:

          pv Pavel Vrastiak added a comment - In the documentation they mention that it does not support SNMPv2...  snmpwalk for  .1.3.6.1.4.1 or .1 ended with timeout. I disabled it because it was "red" in MIBs tab anyway:

          Hrm, in snmpdump I do not see common SNMPv2-MIB entries, but in poller/discovery it seems as respond for some common.

          Oh, why you disabled all common MIBs in device config?

          landy Mike Stupalov added a comment - Hrm, in snmpdump I do not see common SNMPv2-MIB entries, but in poller/discovery it seems as respond for some common. Oh, why you disabled all common MIBs in device config?

          General questions and device support can be discussed in our Discord channel, click here to join.


          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          This comment is added automatically.

          bot Observium Bot added a comment - General questions and device support can be discussed in our Discord channel, click here to join . Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -Ih -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files This comment is added automatically.

          People

            landy Mike Stupalov
            pv Pavel Vrastiak
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: