BLUECOAT-SG-HEALTHCHECK-MIB
22 objects
The health check MIB is used to monitor changes in the health of upstream systems.
Imported Objects
| BLUECOAT-MIB | blueCoatMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Counter64 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3417.2.7 | IdentitydeviceHealthCheckMIB | The health check MIB is used to monitor changes in the health of upstream systems. | ||
| 1.3.6.1.4.1.3417.2.7.1 | NodedeviceHealthCheckMIBObjects | |||
| 1.3.6.1.4.1.3417.2.7.1.1 | NodedeviceHealthCheckStringValues | |||
| 1.3.6.1.4.1.3417.2.7.1.1.1 | ScalardeviceHealthCheckMessage | read-only | current | The custom message generated for this change in health. |
| 1.3.6.1.4.1.3417.2.7.1.2 | NodedeviceHealthCheckValues | |||
| 1.3.6.1.4.1.3417.2.7.1.2.1 | TabledeviceHealthCheckValueTable | not-accessible | current | Table of Heath Check services. |
| 1.3.6.1.4.1.3417.2.7.1.2.1.1 | RowdeviceHealthCheckValueEntry | not-accessible | current | A deviceHealthCheckValueTable entry describes the status of a health check service. |
| 1.3.6.1.4.1.3417.2.7.1.2.1.1.1 | ColumndeviceHealthCheckName | read-only | current | The name of health check service. |
| 1.3.6.1.4.1.3417.2.7.1.2.1.1.2 | ColumndeviceHealthCheckState | read-only | current | This variable indicates health check state. |
| 1.3.6.1.4.1.3417.2.7.1.2.1.1.3 | ColumndeviceHealthCheckTime | read-only | current | This variable indicates time (duration) in milliseconds the last health check took. |
| 1.3.6.1.4.1.3417.2.7.2 | NodedeviceHealthCheckMIBNotifs | |||
| 1.3.6.1.4.1.3417.2.7.2.0 | NodedeviceHealthCheckMIBNotifsPrefix | |||
| 1.3.6.1.4.1.3417.2.7.2.0.1 | NotificationdeviceHealthCheckTrap | current | A notification is generated when the health of a monitored system changes. | |
| 1.3.6.1.4.1.3417.2.7.3 | NodedeviceHealthCheckMIBConformance | |||
| 1.3.6.1.4.1.3417.2.7.3.1 | NodedeviceHealthCheckMIBCompliances | |||
| 1.3.6.1.4.1.3417.2.7.3.1.1 | CompliancedeviceHealthCheckMIBCompliance | read-only | current | The compliance statement for health check module. |
| 1.3.6.1.4.1.3417.2.7.3.2 | NodedeviceHealthCheckMIBGroups | |||
| 1.3.6.1.4.1.3417.2.7.3.2.1 | GroupdeviceHealthCheckMIBGroup | current | Group of Health Check-related objects implemented in ProxySG appliances. | |
| 1.3.6.1.4.1.3417.2.7.3.3 | NodedeviceHealthCheckMIBNotifGroups | |||
| 1.3.6.1.4.1.3417.2.7.3.3.1 | GroupdeviceHealthCheckMIBNotifGroup | current | Group of Health Check notifications implemented in ProxySG appliances. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| HealthCheckMessageString | OCTET STRING (SIZE (0..255)) | current | The message describing a change in the health of an upstream system. |
| HealthCheckStatus | INTEGER { unknown(1), ok(2), okWithErrors(3), okForSomeIPs(4), okButFailing(5), checkFailed(6), dnsFailed(7), okOnAltServer(8) } DeviceHealthCheckValueEntry ::= SEQUENCE { deviceHealthCheckName DisplayString, deviceHealthCheckState HealthCheckStatus, deviceHealthCheckTime Counter64 } | current | Indicates the current value of the health check. (1) - unknown (2) - ok (3) - ok with errors (4) - ok for some IPs (5) - ok but failing (6) - check failed (7) - dns failed (8) - ok on alt server |