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

Add CPU and Memory graphs for Citrix SDX

    XMLWordPrintable

Details

    • Add New Device / OS
    • Resolution: Fixed
    • Minor
    • None
    • Enterprise Edition
    • Discovery, Poller

    Description

      We run Citrix SDX appliances, and are currently interested in better support of these in Observium. To start with, it would be nice to have just CPU/Memory graphs. (Note for anybody with missing SDX interfaces for in Observium - IF-MIB implementation on SDX lacked ifType, so the port is ignored upon discovery by is_port_valid() function; ifType was added to SDX IF-MIB as of Citrix ADC SW 13.0-82.42, so you need to upgrade ADC SW).

      Citrix SDX doesn't use NS-ROOT-MIB, and rather has its own MIB, SDX-ROOT-MIB, that contains CPU and Memory stats:

      snmpwalk -v2c -c <> -OQUs -m SDX-ROOT-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/citrix <hostname> .1.3.6.1.4.1.5951.6.3.1.1
      <snip>
      xenNumberOfCPU.ipv4."169.254.0.1" = 32
      xenCpuUsage.ipv4."169.254.0.1" = "29.24"
      xenMemoryTotal.ipv4."169.254.0.1" = "130961"
      xenMemoryFree.ipv4."169.254.0.1" = "42017"
      xenMemoryUsage.ipv4."169.254.0.1" = "67.92"
      <snip>
      

      Can you please advise if it would be feasible to add these CPU/Memory stats?

      Attachments

        Activity

          People

            landy Mike Stupalov
            sfomin Sergei Fomin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: