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

Added basic Support for Fibrolan Falcon devices

Details

    • Add New Device / OS
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Discovery

    Description

      Hello,

      I have tried to add basic support for the Falcon Carrier Ethernet devices of the vendor Fibrolan:

      includes/definitions/os.inc.php:

      $os = "fibrolan-falcon";
      $config['os'][$os]['text'] = "Fibrolan Falcon";
      $config['os'][$os]['vendor'] = "Fibrolan";
      $config['os'][$os]['type'] = "network";
      $config['os'][$os]['remote_access'] = array('ssh', 'scp', 'http');
      $config['os'][$os]['graphs'][] = "device_bits";
      $config['os'][$os]['graphs'][] = "device_processor";
      $config['os'][$os]['graphs'][] = "device_mempool";
      $config['os'][$os]['sysDescr'][] = "/^Falcon/";
      $config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.4467";

      Feel free to improve the support for these devices. I have attached the vendor MIBs and two images.

      Attachments

        Activity

          [OBS-3552] Added basic Support for Fibrolan Falcon devices

          As always: thank you very much for your great support!

          swfeldkirch Siegfried Gumilar added a comment - As always: thank you very much for your great support!

          Added in r10858.

          landy Mike Stupalov added a comment - Added in r10858.

          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community>  --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community>  --hexOutputLength=0 -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

          Note, this comment is added automatically.

          bot Observium Bot added a comment - Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> --hexOutputLength=0 -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 Note, this comment is added automatically.

          People

            landy Mike Stupalov
            swfeldkirch Siegfried Gumilar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: