CISCO-HEALTH-MONITOR-MIB
- Registered at
- 1.3.6.1.4.1.9.9.243
- Last updated
- 2003-09-12 12:30
- Organization
- Cisco Systems, Inc.
- Revisions
- 2003-09-12 12:30
- Namespace
- cisco
- Source file
CISCO-HEALTH-MONITOR-MIB- Digest
sha256:ca7447e70c6ccda3c9e3e21e5c7fa76dde8b290fc03b3091827799020a2479e2
Description
Health Monitor MIB module. The Health Monitor uses a model based on events of varying severity and frequency, and predefined rules, to generate a metric that represents a system's (and its subsystems') level of health. The events are typically internally generated notifications in response to detrimental or correctional changes in the state of the hardware or software of the system. Detrimental events are classified under one of the following severity levels: Catastrophic - Causes or leads to system failure Critical - Major subsystem or functionality failure High - Potential for major impact to important functions Medium - Potential for minor impact to functionality Low - Negligible impact to functionality Whilst correctional events fall under the following classification: Positive - Not a fault event. May cause or lead to the return of functionality This MIB module provides information for tracking occurrences of the above events, and presents the associated health metric for the system and its component subsystems.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-healthmonitor@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| ENTITY-MIB | entPhysicalIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-HEALTH-MONITOR-MIB CISCO-SMI ENTITY-MIB IANA-ENTITY-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| HealthLevel TEXTUAL-CONVENTION Reflects the health of a system or subsystem based on system events and predefined rules, expressed as a percentage. The UNITS clause associated with each object will indicate the degree of precision. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoHealthMonitorMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.243.0 | |||
| ciscoHealthMonitorMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.243.1 | |||
| ciscoHealthMonitorTable OBJECT-TYPE This table contains Health Monitor statistics for physical entities and their constituent hardware and/or software subsystems. The Health Monitor statistics present in each row provide information such as the computed health of the indicated subsystem and the number of faults it has experienced. | 1.3.6.1.4.1.9.9.243.1.1 | not-accessible | current | |
| ciscoHealthMonitorEntry OBJECT-TYPE A Health Monitor statistics entry. The entPhysicalIndex identifies the physical entity (chassis or container), while the ciscoHealthMonitorSubsysName identifies by name the appropriate subsystem for which these statistics apply. If there are other entities such as peer routers or line cards then, in the context of this MIB, these are also defined to be in the same system. If these entities also run an instance of the Health Monitor then the summary information from the distributed Health Monitors is obtained here. | 1.3.6.1.4.1.9.9.243.1.1.1 | not-accessible | current | |
| ciscoHealthMonitorSubsysName OBJECT-TYPE A textual string containing the name of the hardware or software subsystem. A management station wishing to obtain summary statistics for a physical entity should use a value of 'system' for this object. | 1.3.6.1.4.1.9.9.243.1.1.1.1 | SnmpAdminString (SIZE(1..128)) | not-accessible | current |
| ciscoHealthMonitorHealth OBJECT-TYPE The computed current health of this subsystem on the specified entity. This health metric is based on predefined rules that specify how the health should be adjusted in response to certain events of varying severity and frequency. As these events are encountered by each subsystem or physical entity, the appropriate rules are applied and the health is modified accordingly. | 1.3.6.1.4.1.9.9.243.1.1.1.2 | HealthLevel | read-only | current |
| ciscoHealthMonitorHealthNotifyEnable OBJECT-TYPE Enables or disables health level notifications. When set to true(1), the ciscoHealthMonitorHealthLevel notification is enabled. When set to false(0), the ciscoHealthMonitorHealthLevel notification is disabled. If such a notification is desired, it is the responsibility of the management entity to ensure that the SNMP administrative model is configured in such a way as to allow the notification to be delivered. | 1.3.6.1.4.1.9.9.243.1.1.1.3 | TruthValue | read-write | current |
| ciscoHealthMonitorHealthNotifyHighThreshold OBJECT-TYPE Specifies the health level at which a ciscoHealthMonitorHealthLevel notification will be generated for the specified subsystem and entity. A notification will only be generated if the health level had previously reached the low threshold level prior to reaching this high threshold level. Health levels oscillating within the high and the low threshold levels do not generate notifications. A health level going from low threshold (or below) to high threshold (or above) represents a return to normal health for the specified subsystem. Set your optimal health level to this threshold. | 1.3.6.1.4.1.9.9.243.1.1.1.4 | HealthLevel | read-write | current |
| ciscoHealthMonitorHealthNotifyLowThreshold OBJECT-TYPE Specifies the health level at which a ciscoHealthMonitorHealthLevel notification will be generated for the specified subsystem and entity. A notification will only be generated if the health level had previously reached the high threshold level prior to reaching this low threshold level. Health levels oscillating within the high and the low threshold levels do not generate notifications. A health level going from high threshold (or above) to low threshold (or below) represents a deterioration of the health for the specified subsystem. Set your unacceptable health level to this threshold. | 1.3.6.1.4.1.9.9.243.1.1.1.5 | HealthLevel | read-write | current |
| ciscoHealthMonitorCatastrophicFaults OBJECT-TYPE The number of catastrophic faults that have occurred in this subsystem on the specified entity since the system was initialized. | 1.3.6.1.4.1.9.9.243.1.1.1.6 | Counter32 | read-only | current |
| ciscoHealthMonitorCriticalFaults OBJECT-TYPE The number of critical faults that have occurred in this subsystem on the specified entity since the system was initialized. | 1.3.6.1.4.1.9.9.243.1.1.1.7 | Counter32 | read-only | current |
| ciscoHealthMonitorHighSeverityFaults OBJECT-TYPE The number of high severity faults that have occurred in this subsystem on the specified entity since the system was initialized. | 1.3.6.1.4.1.9.9.243.1.1.1.8 | Counter32 | read-only | current |
| ciscoHealthMonitorMediumSeverityFaults OBJECT-TYPE The number of medium severity faults that have occurred in this subsystem on the specified entity since the system was initialized. | 1.3.6.1.4.1.9.9.243.1.1.1.9 | Counter32 | read-only | current |
| ciscoHealthMonitorLowSeverityFaults OBJECT-TYPE The number of low severity faults that have occurred in this subsystem on the specified entity since the system was initialized. | 1.3.6.1.4.1.9.9.243.1.1.1.10 | Counter32 | read-only | current |
| ciscoHealthMonitorPositiveEvents OBJECT-TYPE The number of positive events that have occurred in this subsystem on the specified entity since the system was initialized. | 1.3.6.1.4.1.9.9.243.1.1.1.11 | Counter32 | read-only | current |
| ciscoHealthMonitorMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.243.2 | |||
| ciscoHealthMonitorMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.243.2.1 | |||
| ciscoHealthMonitorMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.243.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ciscoHealthMonitorHealthLevel NOTIFICATION-TYPE A ciscoHealthMonitorHealthLevel notification is sent when the health of a subsystem reaches either the ciscoHealthMonitorHealthNotifyLowThreshold or ciscoHealthMonitorHealthNotifyHighThreshold threshold as described above. | 1.3.6.1.4.1.9.9.243.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoHealthMonitorMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco Health Monitor MIB | 1.3.6.1.4.1.9.9.243.2.1.1 | current |
| ciscoHealthMonitorGroup OBJECT-GROUP The collection of objects providing health information. | 1.3.6.1.4.1.9.9.243.2.2.1 | current |
| ciscoHealthMonitorMIBNotificationGroup NOTIFICATION-GROUP Set of notifications implemented in this module. | 1.3.6.1.4.1.9.9.243.2.2.2 | current |