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

Avaya port label parsing

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Poller
    • None

    Description

      Depending on the switch firmware, avaya ports are now labeled avaya and not Nortel

      $os_group = "avaya";
      $config['os_group'][$os_group]['port_label'][] = '/Nortel .* Module - (.+)/i';

      add

      $config['os_group'][$os_group]['port_label'][] = '/Avaya .* Module - (.+)/i';

      or change to

      $config['os_group'][$os_group]['port_label'][] = '/(Nortel|Avaya) .* Module - (.+)/i';

      Attachments

        Activity

          People

            landy Mike Stupalov
            rendest Stef Renders
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: