CISCO-HEALTH-MONITOR-MIB

        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.
    
Source file
CISCO-HEALTH-MONITOR-MIB
Last revised
Identity
ciscoHealthMonitorMIB
Base OID
1.3.6.1.4.1.9.9.243
Imported Objects
CISCO-SMI ciscoMgmt
ENTITY-MIB entPhysicalIndex
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-CONF MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI Counter32 Gauge32 MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page)
SNMPv2-TC TEXTUAL-CONVENTION (no object page) TruthValue
Net-SNMP examples using the cisco MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-HEALTH-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-HEALTH-MONITOR-MIB::ciscoHealthMonitorMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-HEALTH-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-HEALTH-MONITOR-MIB::ciscoHealthMonitorMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (19)
.1.3.6.1.4.1.9.9.243
.1.3.6.1.4.1.9.9.243.0
.1.3.6.1.4.1.9.9.243.1
.1.3.6.1.4.1.9.9.243.1.1
.1.3.6.1.4.1.9.9.243.1.1.1
OctetString
.1.3.6.1.4.1.9.9.243.1.1.1.1
.1.3.6.1.4.1.9.9.243.1.1.1.10
.1.3.6.1.4.1.9.9.243.1.1.1.11
0.01 percentHealthLevel
.1.3.6.1.4.1.9.9.243.1.1.1.2
.1.3.6.1.4.1.9.9.243.1.1.1.3
0.01 percentHealthLevel
.1.3.6.1.4.1.9.9.243.1.1.1.4
0.01 percentHealthLevel
.1.3.6.1.4.1.9.9.243.1.1.1.5
.1.3.6.1.4.1.9.9.243.1.1.1.6
.1.3.6.1.4.1.9.9.243.1.1.1.7
.1.3.6.1.4.1.9.9.243.1.1.1.8
.1.3.6.1.4.1.9.9.243.1.1.1.9
.1.3.6.1.4.1.9.9.243.2
.1.3.6.1.4.1.9.9.243.2.1
.1.3.6.1.4.1.9.9.243.2.2
Dependencies (8) 6 direct · 2 transitive Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Type Definitions (1)
Unsigned32 range: 0..10000
Compliance Statements (1)

OID .1.3.6.1.4.1.9.9.243.2.1.1
The compliance statement for entities which implement the
Cisco Health Monitor MIB
Required groups
Notifications / Traps (1)
NameOIDDescription
.1.3.6.1.4.1.9.9.243.0.1
A ciscoHealthMonitorHealthLevel notification is sent when
the health of a subsystem reaches either the
ciscoHealthMonitorHealthNotifyLowThreshold or
ciscoHealthMonitorHealthNotifyHighThreshold threshold
as described above.