SNMP Monitoring

Syntax for snmpwalk via SNMPv2

snmpwalk example
snmpwalk -v2c -c <community-string> <aahc_server_ip> .OID

Here, is 1amaaHcLPsNmPV2 by default.

Changing Community String

change community string
change-snmpv2-cstring

The community string must be at least eight characters long. Only combinations of uppercases, lowercases, and numbers are accepted.

Syntax for enabling SNMPv2

enable SNMPv2
legacy-snmp enable

Syntax for disabling SNMPv2

disable SNMPv2
legacy-snmp disable

List of SNMP OIDs

The list of SNMP OIDs for AAHC is:

OID
Description

1.3.6.1.4.1.54322.6.1

AAHC Container Stats

1.3.6.1.4.1.54322.6.1.1

Name

1.3.6.1.4.1.54322.6.1.2

CPU Percentage: The percentage of the host’s CPU used by aahc container.

1.3.6.1.4.1.54322.6.1.3

Memory Usage: The total memory used by aahc container.

1.3.6.1.4.1.54322.6.1.4

Memory Allocated: The total memory allocated to aahc container.

1.3.6.1.4.1.54322.6.1.5

Memory Percentage: The total percentage of allocated memory used by aahc container.

1.3.6.1.4.1.54322.6.1.6

Network I/O: The amount of data that aahc container has sent and received over its network interface.

1.3.6.1.4.1.54322.6.1.7

Block I/O: The amount of data that aahc container has read and written from the block devices.

1.3.6.1.4.1.54322.6.1.8

Process: The number of processes or threads created by aahc container.

1.3.6.1.4.1.54322.6.2

AAHC Scheduler Container Stats

1.3.6.1.4.1.54322.6.2.1

Name

1.3.6.1.4.1.54322.6.2.2

CPU Percentage: The percentage of the host’s CPU used by aahc scheduler container.

1.3.6.1.4.1.54322.6.2.3

Memory Usage: The total memory used by aahc scheduler container.

1.3.6.1.4.1.54322.6.2.4

Memory Allocated: The total memory allocated to aahc scheduler container.

1.3.6.1.4.1.54322.6.2.5

Memory Percentage: The total percentage of allocated memory used by aahc scheduler container.

1.3.6.1.4.1.54322.6.2.6

Network I/O: The amount of data that aahc scheduler container has sent and received over its network interface.

1.3.6.1.4.1.54322.6.2.7

Block I/O: The amount of data that aahc scheduler container has read and written from the block devices.

1.3.6.1.4.1.54322.6.2.8

Process: The number of processes or threads created by aahc scheduler container.

1.3.6.1.4.1.54322.6.3

DB Container Stats

1.3.6.1.4.1.54322.6.3.1

Name

1.3.6.1.4.1.54322.6.3.2

CPU Percentage: The percentage of the host’s CPU used by db container.

1.3.6.1.4.1.54322.6.3.3

Memory Usage: The total memory used by db container.

1.3.6.1.4.1.54322.6.3.4

Memory Allocated: The total memory allocated to db container.

1.3.6.1.4.1.54322.6.3.5

Memory Percentage: The total percentage of allocated memory used by db container.

1.3.6.1.4.1.54322.6.3.6

Network I/O: The amount of data that db container has sent and received over its network interface.

1.3.6.1.4.1.54322.6.3.7

Block I/O: The amount of data that db container has read and written from the block devices.

1.3.6.1.4.1.54322.6.3.8

Process: The number of processes or threads created by db container.

1.3.6.1.4.1.54322.7

Metrics from AAHC application

1.3.6.1.4.1.54322.7.1

AAHC Version

1.3.6.1.4.1.54322.7.2

I/O Wait

1.3.6.1.4.1.54322.7.3

V/M Swapiness

Last updated

Was this helpful?