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

Add support for Infratec Rack Monitoring System

Details

    Description

      Adds support for Infratec RMS generation I. They are also sold under other brands like Lindy and Knürr

      Attachments

        Activity

          [OBS-626] Add support for Infratec Rack Monitoring System

          Have you tried contacting Infratec for the MIB? Could be worth a shot.

          I've committed this in the meanwhile with some minor changes in r4992.

          sid3windr Tom Laermans added a comment - Have you tried contacting Infratec for the MIB? Could be worth a shot. I've committed this in the meanwhile with some minor changes in r4992.

          New Patch

          cramer Matthias Cramer added a comment - New Patch

          I'm unable to find the MIB file anywhere online. The Device is several years old.
          Is there a sane way to do a snmpwalk and use the values without MIB ?
          Could not find one.

          Moved os-detecten to definisions/os via sysObjectID

          cramer Matthias Cramer added a comment - I'm unable to find the MIB file anywhere online. The Device is several years old. Is there a sane way to do a snmpwalk and use the values without MIB ? Could not find one. Moved os-detecten to definisions/os via sysObjectID

          Use definition instead file (includes/discovery/os/infratec-rms.inc.php):

          Index: includes/definitions/os.inc.php
          ===================================================================
           
          +$os = "infratec-rms";
          +$config['os'][$os]['text']              = "Infratec RMS";
          +$config['os'][$os]['type']              = "environment";
          +$config['os'][$os]['mibs'][]            = "INFRATEC-RMS-MIB";
          +$config['os'][$os]['sysObjectID'][]     = ".1.3.6.1.4.1.1909.10";

          and snmpwalk for sensor tables from MIB.

          Also pls include MIB file (INFRATEC-RMS-MIB).

          landy Mike Stupalov added a comment - Use definition instead file (includes/discovery/os/infratec-rms.inc.php): Index: includes/definitions/os.inc.php ===================================================================   +$os = "infratec-rms"; +$config['os'][$os]['text'] = "Infratec RMS"; +$config['os'][$os]['type'] = "environment"; +$config['os'][$os]['mibs'][] = "INFRATEC-RMS-MIB"; +$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.1909.10"; and snmpwalk for sensor tables from MIB. Also pls include MIB file (INFRATEC-RMS-MIB).

          People

            adama Adam Armstrong
            cramer Matthias Cramer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: