Details
-
Add New Device / OS
-
Resolution: Fixed
-
Minor
-
None
-
Enterprise Edition
-
Observium Enterprise 21.9.11575 (9th September 2021)
OS Linux 4.4.136-1.el7.elrepo.x86_64 [amd64] (CentOS 7)
Apache 2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/7.2.6
PHP 7.2.6 (OPcache: ENABLED) (Memory: 1GB)
Python 2.7.5
MySQL 5.6.25-73.1 (extension: mysqli 5.6.25-73.1)
SNMP NET-SNMP 5.7.2
RRDtool 1.4.8
Fping 3.10 (IPv4 only)Observium Enterprise 21.9.11575 (9th September 2021) OS Linux 4.4.136-1.el7.elrepo.x86_64 [amd64] (CentOS 7) Apache 2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/7.2.6 PHP 7.2.6 (OPcache: ENABLED) (Memory: 1GB) Python 2.7.5 MySQL 5.6.25-73.1 (extension: mysqli 5.6.25-73.1) SNMP NET-SNMP 5.7.2 RRDtool 1.4.8 Fping 3.10 (IPv4 only)
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?