Details

    • Help
    • Resolution: Done
    • Minor
    • None
    • None
    • Ports
    • None

    Description

      Hi Team

      Can possible to add new parser description like 'TV' or Multicast ? As ISP we separate on core and distribution switch multicast TV protocol and we need calculated traffic STB on separated port like Core, Peering, Customer

      BR

      Pawel

      Attachments

        1. 2023-10-05_19h42_47.png
          16 kB
          Pawel Brzostowski
        2. config.php
          5 kB
          Pawel Brzostowski

        Activity

          [OBS-4540] New port description parsing

          Bellow section is working

          // Custom Interface Types
          $config['int_groups'][] = 'tv';
          $config['int_groups'][] = 'multicast';

          pbrzostowski Pawel Brzostowski added a comment - Bellow section is working // Custom Interface Types $config ['int_groups'] [] = 'tv'; $config ['int_groups'] [] = 'multicast';

          Mike

          Something not work I attach config.php withous pass and screen capture config.php

          $config['device_types'][] = [
          'text' => 'ONU',
          'type' => 'onu',
          'icon' => 'sprite-laser',
          'descr' => 'ONU devices'
          ];

          pbrzostowski Pawel Brzostowski added a comment - Mike Something not work I attach config.php withous pass and screen capture config.php $config ['device_types'] [] = [ 'text' => 'ONU', 'type' => 'onu', 'icon' => 'sprite-laser', 'descr' => 'ONU devices' ];

          yes, you can put in config.php, something like:

          $config['device_types'][] = [
              'text' => 'ONU',
              'type'  => 'onu',
              'icon'  => 'sprite-laser',
             'descr' => 'ONU devices'
          ];

          landy Mike Stupalov added a comment - yes, you can put in config.php, something like: $config['device_types'][] = [ 'text' => 'ONU', 'type' => 'onu', 'icon' => 'sprite-laser', 'descr' => 'ONU devices' ];

          Thx Mike. It works. May a own define type device to ? For Example: ONU ?

          BR

          Pawel

          pbrzostowski Pawel Brzostowski added a comment - Thx Mike. It works. May a own define type device to ? For Example: ONU ? BR Pawel

          hrm, if you mean types, you always can define any own type in config.php, ie:

          // Custom Interface Types
          $config['int_groups'][] = 'tv';
          $config['int_groups'][] = 'multicast';
          

          landy Mike Stupalov added a comment - hrm, if you mean types, you always can define any own type in config.php, ie: // Custom Interface Types $config['int_groups'][] = 'tv'; $config['int_groups'][] = 'multicast';

          I would like to remind you in the topic

          BR

          Pawel

          pbrzostowski Pawel Brzostowski added a comment - I would like to remind you in the topic BR Pawel

          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
            pbrzostowski Pawel Brzostowski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: