The Analyzer detail view sends notifications in the form of traps to the SNMP Manager. The trap structure is defined in a Management Information Base (MIB) file. You can download the MIB file from Manage > Download SNMP MIB File. A zip file is downloaded, which contains separate MIB files for the SNMP versions (v1, v2C, and v3). The file content of these three versions is similar.
The contents of the MIB objects are as follows:
iso(1).org(3).dod(6).internet(1).private(4).enterprise(1) | hitachi(116) +-------------------------------------+ systemAP(7) systemExMib(5) | | performanceAnalytics(63) performanceAnalyticsExMib(63) | | performanceManagement(12) performanceManagementExMib(12) | | performanceManagementTrap(2) performanceManagementTrapExMib(2)
Contents of the MIB objects.
| Object ID | Name | Description |
|---|---|---|
| .1.3.6.1.4.1.116.5.63.12.2.2 | resourceName | Name of the target resource that has violated the threshold. |
| .1.3.6.1.4.1.116.5.63.12.2.4 | resourceSignature | Signature of the target resource that has violated the threshold. |
| .1.3.6.1.4.1.116.5.63.12.2.5 | metric | Name of the metric that has violated the threshold. |
| .1.3.6.1.4.1.116.5.63.12.2.6 | categoryNameAndConditionalExpression | Alert condition expression. |
| .1.3.6.1.4.1.116.5.63.12.2.7 | alertValue | List of violated values for alert violations in the assessment period. |
| .1.3.6.1.4.1.116.5.63.12.2.8 | alertSeverity | Severity of the alert: Normal, Warning, or Critical |
| .1.3.6.1.4.1.116.5.63.12.2.9 | probeType | The probe type of the target resource that has violated the threshold. |
| .1.3.6.1.4.1.116.5.63.12.2.11 | threshold | Threshold value that is defined while creating the alert. |
| .1.3.6.1.4.1.116.5.63.12.2.12 | probeId | The probe ID of the target resource that has violated the threshold. |
| .1.3.6.1.4.1.116.5.63.12.2.13 | alertMessage | The descriptive alert message containing details of the violation. |
| .1.3.6.1.4.1.116.5.63.12.2.15 | alertName | Alert name defined in the created alert. |
| .1.3.6.1.4.1.116.5.63.12.2.16 | serverName | The Analyzer detail view server name or IP address. |
| .1.3.6.1.4.1.116.5.63.12.2.17 | assessmentFrom | Start timestamp for the violation. |
| .1.3.6.1.4.1.116.5.63.12.2.18 | assessmentTo | End timestamp for the violation. |
| .1.3.6.1.4.1.116.5.63.12.2.19 | violationTimestamps | List of timestamps for alert violations in the assessment period. |
| .1.3.6.1.4.1.116.5.63.12.2.20 | probeServer | The Analyzer probe server name or IP address from which the resource data is collected. |
| .1.3.6.1.4.1.116.7.63.12.2.10 | performanceManagementTrap-NORM | Trap sent when the alert severity is Normal |
| .1.3.6.1.4.1.116.7.63.12.2.20 | performanceManagementTrap-WARN | Trap sent when the alert severity is Warning |
| .1.3.6.1.4.1.116.7.63.12.2.30 | performanceManagementTrap-CRIT | Trap sent when the alert severity is Critical |
| .1.3.6.1.4.1.116.7.63.12.2.40 | performanceManagementTrap-TEST | Trap sent for a test connection. |