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

Basic Recognition of Cisco Network Analysis Module

Details

    • Add New Device / OS
    • Resolution: Fixed
    • Trivial
    • None
    • None
    • Discovery, Poller
    • None

    Description

      Adding basic recognition of Cisco Network Analysis Modules. In my case, the WS-SVC-NAM2 right now.

      root@observium:/opt/observium# svn diff
      Index: includes/definitions/os.inc.php
      ===================================================================
      — includes/definitions/os.inc.php (revision 8945)
      +++ includes/definitions/os.inc.php (working copy)
      @@ -1260,6 +1260,15 @@
      $config['os'][$os]['group'] = "unix";
      $config['os'][$os]['sysDescr'][] = "/Cisco Application Deployment Engine/";

      +$os = "cisco-nam";
      +$config['os'][$os]['text'] = "Cisco Network Analysis Module";
      +$config['os'][$os]['vendor'] = "cisco";
      +$config['os'][$os]['type'] = "server";
      +$config['os'][$os]['group'] = "unix";
      +$config['os'][$os]['sysDescr'][] = "/Cisco Network Analysis Module/";
      +$config['os'][$os]['graphs'][] = "device_processor";
      +$config['os'][$os]['graphs'][] = "device_mempool";
      +
      $os = "cisco-acns";
      $config['os'][$os]['text'] = "Cisco ACNS";
      $config['os'][$os]['vendor'] = "Cisco";

      Patch and poller attached (I think).

      Attachments

        Activity

          [OBS-2517] Basic Recognition of Cisco Network Analysis Module

          Added in r9923.
          Thanks

          landy Mike Stupalov added a comment - Added in r9923. Thanks

          Awwcrap, the device doesn't have a pollable CPU or memory pool, at least not that I can find.

          Pplease remove the lines

          +$config['os'][$os]['graphs'][] = "device_processor";
          +$config['os'][$os]['graphs'][] = "device_mempool";

          from the diff/patch.

          rmarosko Ron Marosko added a comment - Awwcrap, the device doesn't have a pollable CPU or memory pool, at least not that I can find. Pplease remove the lines +$config ['os'] [$os] ['graphs'] [] = "device_processor"; +$config ['os'] [$os] ['graphs'] [] = "device_mempool"; from the diff/patch.

          People

            landy Mike Stupalov
            rmarosko Ron Marosko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: