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

$config['rancid']['os_map'] doesn't override internal $config['os']

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • None

    Description

      We have an override in $config['rancid']['os_map'] that mapped the junos OS to a custom rancid OS when using generate-rancid.php. But the default internal mapping of junos => juniper always takes precedence. Is there a way to allow users to override that default mapping?

       

      Array
      (
          [junos] => Array
              (
                  [0] => Array
                      (
                          [name] => juniper-srx
                          [rancid_min] => 3
                          [hardware] => /SRX/i
                      )            
                  [1] => Array
                      (
                          [name] => junos
                          [rancid_min] => 3.11
                      )
                  [2] => Array
                      (
                          [name] => juniper
                      )
                  [3] => Array
                      (
                          [name] => valve_juniper
                      )        
              )
      ...
      ) 

       

      Attachments

        Activity

          People

            landy Mike Stupalov
            milton@valvesoftware.com Milton Ngan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: