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

Patch to allow Cisco Prime LMS to be discovered correctly

Details

    • Improvement
    • Resolution: Fixed
    • Trivial
    • None
    • None
    • Discovery

    Description

      Cisco Prime LMS appliances were showing up as Generic objects.

      This patch lets Observium identify them during discovery. Tested successfully on v4.2 Appliances.

      Modifications:

      includes/definitions/os.inc.php

      $os = "cisco-lms";
      $config['os'][$os]['type'] = "server";
      $config['os'][$os]['group'] = "unix";
      $config['os'][$os]['text'] = "Cisco Prime LMS";
      + $config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.9.10.56";
      + $config['os'][$os]['icon'] = "cisco";

      Attachments

        Activity

          [OBS-1037] Patch to allow Cisco Prime LMS to be discovered correctly

          Added in r5976.

          landy Mike Stupalov added a comment - Added in r5976.

          The current definition doesn't have the OID and gets discovered as Generic.
          Even once discovered correctly the icon shows up as blank so that was added too.

          Tontsekz Matt Harper added a comment - The current definition doesn't have the OID and gets discovered as Generic. Even once discovered correctly the icon shows up as blank so that was added too.
          fiz fiz added a comment -

          Only icon is changing, or am i missing something?

          fiz fiz added a comment - Only icon is changing, or am i missing something?

          People

            landy Mike Stupalov
            Tontsekz Matt Harper
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: