Uploaded image for project: 'Observium'
  1. Observium
  2. OBS-4808

Update of definitions / mibs required for Ruckus SmartZone

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • Professional Edition
    • Default
    • None

    Description

      Can we check if a definitions /mib update is required for the Ruckus SmartZone, as not all information polled is presented in Observium

      Attachments

        Activity

          [OBS-4808] Update of definitions / mibs required for Ruckus SmartZone
          gmusashi gm added a comment - - edited

          Hi Mike,

          Have attached an snmp dump using 

          ./scripts/snmpdump.php -h <device>

          hopefully this gives you the information you need

          Kind Regards

          gmusashi gm added a comment - - edited Hi Mike, Have attached an snmp dump using  ./scripts/snmpdump.php -h <device> hopefully this gives you the information you need Kind Regards

          snmpdump still unusable in virtual evnironment, why you not use exactly all snmpwalk options as Bot written?

          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

          with this options snmpwalk should be only with numeric oids and hex values.

          for recent observium versions you can use simple snmpdump script:

          ./scripts/snmpdump.php -h <device>

          where <device> is device_id or hostname same as in observium.

          landy Mike Stupalov added a comment - snmpdump still unusable in virtual evnironment, why you not use exactly all snmpwalk options as Bot written? 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 with this options snmpwalk should be only with numeric oids and hex values. for recent observium versions you can use simple snmpdump script: ./scripts/snmpdump.php -h <device> where <device> is device_id or hostname same as in observium.
          gmusashi gm added a comment -

          Hi Adam,

          It is specifically the full wireless graphs that is missing from the device stats page.

          Is there a specific method that should be used when trying to get those wifi stats into device page for observium.

          Kind Regards

          gmusashi gm added a comment - Hi Adam, It is specifically the full wireless graphs that is missing from the device stats page. Is there a specific method that should be used when trying to get those wifi stats into device page for observium. Kind Regards

          Wireless stuff is not collected via definitions (MIBs don't do what you think they do), they're collected by lots and lots of specific-to-each-vendor code.

          What, exactly, is missing?

          adama Adam Armstrong added a comment - Wireless stuff is not collected via definitions (MIBs don't do what you think they do), they're collected by lots and lots of specific-to-each-vendor code. What, exactly, is missing?
          gmusashi gm added a comment -

          Apologies, new snmp dumps have been added.  Thank you.

          gmusashi gm added a comment - Apologies, new snmp dumps have been added.  Thank you.

          snmpwalk is not in the correct format, and doesn't include anything in the ruckus enterprise tree at all.

          adama Adam Armstrong added a comment - snmpwalk is not in the correct format, and doesn't include anything in the ruckus enterprise tree at all.

          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
            gmusashi gm
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: