HP-EMS: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-EMS
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hp 1.3.6.1.4.1.11
       nm 1.3.6.1.4.1.11.2
           system 1.3.6.1.4.1.11.2.3
               general 1.3.6.1.4.1.11.2.3.1
                   hpEMSMod 1.3.6.1.4.1.11.2.3.1.7
This MIB module describes traps generated by the Event Monitor Service (EMS).
                       hpEMSTraps 1.3.6.1.4.1.11.2.3.1.7.0
                           hpEMSNormalEvent 1.3.6.1.4.1.11.2.3.1.7.0.1
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Normal Event occurs when the value of the resource is in a 'normal' state and the threshold condition is not true. Monitoring requests configured for initial or return notification may generate this event. Also, the initial notification for a Change event is 'normal'. The data passed with the event: 1) The name of the resource being monitored. 2) The request id, a unique identifier for the monitoring request. This value should be used when using resdata to retrieve additional information about the event. 3) The operator used by EMS to determine when event notifications should be sent. Possible values include: poll, change, >, >=, <, <=, = and !=. 4) The resource type, which defines the type of value being monitored. Possible values include: string, enumerated, integer, and float. 5) The resource value, which is the current value of the resource being monitored. It is converted based on the resource type. 6) The threshold type (usually the same as the resource type) defines the type of value configured for the threshold. Possible values include: string, integer, and float. 7) The threshold value configured for the resource being monitored. 8) The user data flag, which indicates whether or not user data are available. User data are comments provided by the user when the request was configured. User data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R -u 9) The monitor data flag, which indicates whether or not the monitor has additional data regarding the event. Additional data provided by the resource monitor can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m 10) The notification trigger indicates if the resource condition is normal or not. For an EMSNormalEvent trap, the notification trigger is normal. 11) The event type indicates the type of notification being sent. The different types are: Poll - for notification at every interval Change - for notification when the value changes Normal - for notification when the threshold condition for the resource is not true Problem - for notification when the threshold condition for the resource is true Error - for notification when the monitor encountered an error determining the resource value 12) The notify id, a unique identifier for a specific notification event. This value should be used when using resdata to retrieve additional information about the event. Monitor data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m
                           hpEMSProblemEvent 1.3.6.1.4.1.11.2.3.1.7.0.2
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Problem Event occurs when the threshold condition defined for the resource is true. A Change Event occurs when the monitored value changes. Monitoring requests configured for notification when the value changes may generate this event. A Poll Event occurs regularly at the configured polling interval. An Error Event occurs when the value of a monitored resource cannot be obtained from the monitor. The data passed with the event: 1) The name of the resource being monitored. 2) The request id, a unique identifier for the monitoring request. This value should be used when using resdata to retrieve additional information about the event. 3) The operator used by EMS to determine when event notifications should be sent. Possible values include: poll, change, >, >=, <, <=, = and !=. 4) The resource type, which defines the type of value being monitored. Possible values include: string, enumerated, integer, and float. 5) The resource value, which is the current value of the resource being monitored. It is converted based on the resource type. 6) The threshold type (usually the same as the resource type) defines the type of value configured for the threshold. Possible values include: string, integer, and float. 7) The threshold value configured for the resource being monitored. 8) The user data flag, which indicates whether or not user data are available. User data are comments provided by the user when the request was configured. User data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R -u 9) The monitor data flag, which indicates whether or not the monitor has additional data regarding the event. Additional data provided by the resource monitor can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m 10) The notification trigger indicates if the resource condition is normal or not. For an EMSProblemEvent trap, the notification trigger is abnormal. 11) The event type indicates the type of notification being sent. The different types are: Poll - for notification at every interval Change - for notification when the value changes Normal - for notification when the threshold condition for the resource is not true Problem - for notification when the threshold condition for the resource is true Error - for notification when the monitor encountered an error determining the resource value 12) The notify id, a unique identifier for a specific notification event. This value should be used when using resdata to retrieve additional information about the event. Monitor data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m
                           hpEMSMonitorReboot 1.3.6.1.4.1.11.2.3.1.7.0.3
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Monitor Reboot Event occurs when monitors are restarted due to a system reboot. The list of resources affected by the restart can be retrieved on the source node by running: /opt/resmon/bin/resdata -M The data passed with the event: 1) The restart event type, which can be restart or reboot. For an EMSMonitorReboot trap, the restart type is reboot. 2) The title of the monitor that is restarted. 3) The command used to restart the monitor. 4) The name of the vendor that provided the monitor. 5) The version of the monitor. 6) The process ID of the restarted monitor process. 7) The monitor key, which may be used with the -M option to the resdata command to return the list of resources being monitored by the restarted monitor. The list of resources can be retrieved on the source node by running: /opt/resmon/bin/resdata -M
                           hpEMSMonitorRestart 1.3.6.1.4.1.11.2.3.1.7.0.4
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Monitor Restart Event occurs when EMS detects that a required monitor is no longer running, and restarts the monitor. The list of resources affected by the restart can be retrieved on the source node by running: /opt/resmon/bin/resdata -M The data passed with the event: 1) The restart event type, which can be restart or reboot. For an EMSMonitorRestart trap, the restart type is restart. 2) The title of the monitor that is restarted. 3) The command used to restart the monitor. 4) The name of the vendor that provided the monitor. 5) The version of the monitor. 6) The process ID of the restarted monitor process. 7) The monitor key, which may be used with the -M option to the resdata command to return the list of resources being monitored by the restarted monitor. The list of resources can be retrieved on the source node by running: /opt/resmon/bin/resdata -M
                           hpEMSNormalSevEvent 1.3.6.1.4.1.11.2.3.1.7.0.5
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Problem Event occurs when the threshold condition defined for the resource is true. A Change Event occurs when the monitored value changes. Monitoring requests configured for notification when the value changes may generate this event. A Poll Event occurs regularly at the configured polling interval. An Error Event occurs when the value of a monitored resource cannot be obtained from the monitor. The data passed with the event: 1) The name of the resource being monitored. 2) The request id, a unique identifier for the monitoring request. This value should be used when using resdata to retrieve additional information about the event. 3) The operator used by EMS to determine when event notifications should be sent. Possible values include: poll, change, >, >=, <, <=, = and !=. 4) The resource type, which defines the type of value being monitored. Possible values include: string, enumerated, integer, and float. 5) The resource value, which is the current value of the resource being monitored. It is converted based on the resource type. 6) The threshold type (usually the same as the resource type) defines the type of value configured for the threshold. Possible values include: string, integer, and float. 7) The threshold value configured for the resource being monitored. 8) The user data flag, which indicates whether or not user data are available. User data are comments provided by the user when the request was configured. User data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R -u 9) The monitor data flag, which indicates whether or not the monitor has additional data regarding the event. Additional data provided by the resource monitor can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m 10) The notification trigger indicates if the resource condition is normal or not. For an EMSProblemEvent trap, the notification trigger is abnormal. 11) The event type indicates the type of notification being sent. The different types are: Poll - for notification at every interval Change - for notification when the value changes Normal - for notification when the threshold condition for the resource is not true Problem - for notification when the threshold condition for the resource is true Error - for notification when the monitor encountered an error determining the resource value 12) The notify id, a unique identifier for a specific notification event. This value should be used when using resdata to retrieve additional information about the event. Monitor data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m
                           hpEMSWarningEvent 1.3.6.1.4.1.11.2.3.1.7.0.6
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Problem Event occurs when the threshold condition defined for the resource is true. A Change Event occurs when the monitored value changes. Monitoring requests configured for notification when the value changes may generate this event. A Poll Event occurs regularly at the configured polling interval. An Error Event occurs when the value of a monitored resource cannot be obtained from the monitor. The data passed with the event: 1) The name of the resource being monitored. 2) The request id, a unique identifier for the monitoring request. This value should be used when using resdata to retrieve additional information about the event. 3) The operator used by EMS to determine when event notifications should be sent. Possible values include: poll, change, >, >=, <, <=, = and !=. 4) The resource type, which defines the type of value being monitored. Possible values include: string, enumerated, integer, and float. 5) The resource value, which is the current value of the resource being monitored. It is converted based on the resource type. 6) The threshold type (usually the same as the resource type) defines the type of value configured for the threshold. Possible values include: string, integer, and float. 7) The threshold value configured for the resource being monitored. 8) The user data flag, which indicates whether or not user data are available. User data are comments provided by the user when the request was configured. User data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R -u 9) The monitor data flag, which indicates whether or not the monitor has additional data regarding the event. Additional data provided by the resource monitor can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m 10) The notification trigger indicates if the resource condition is normal or not. For an EMSProblemEvent trap, the notification trigger is abnormal. 11) The event type indicates the type of notification being sent. The different types are: Poll - for notification at every interval Change - for notification when the value changes Normal - for notification when the threshold condition for the resource is not true Problem - for notification when the threshold condition for the resource is true Error - for notification when the monitor encountered an error determining the resource value 12) The notify id, a unique identifier for a specific notification event. This value should be used when using resdata to retrieve additional information about the event. Monitor data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m
                           hpEMSMinorEvent 1.3.6.1.4.1.11.2.3.1.7.0.7
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Problem Event occurs when the threshold condition defined for the resource is true. A Change Event occurs when the monitored value changes. Monitoring requests configured for notification when the value changes may generate this event. A Poll Event occurs regularly at the configured polling interval. An Error Event occurs when the value of a monitored resource cannot be obtained from the monitor. The data passed with the event: 1) The name of the resource being monitored. 2) The request id, a unique identifier for the monitoring request. This value should be used when using resdata to retrieve additional information about the event. 3) The operator used by EMS to determine when event notifications should be sent. Possible values include: poll, change, >, >=, <, <=, = and !=. 4) The resource type, which defines the type of value being monitored. Possible values include: string, enumerated, integer, and float. 5) The resource value, which is the current value of the resource being monitored. It is converted based on the resource type. 6) The threshold type (usually the same as the resource type) defines the type of value configured for the threshold. Possible values include: string, integer, and float. 7) The threshold value configured for the resource being monitored. 8) The user data flag, which indicates whether or not user data are available. User data are comments provided by the user when the request was configured. User data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R -u 9) The monitor data flag, which indicates whether or not the monitor has additional data regarding the event. Additional data provided by the resource monitor can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m 10) The notification trigger indicates if the resource condition is normal or not. For an EMSProblemEvent trap, the notification trigger is abnormal. 11) The event type indicates the type of notification being sent. The different types are: Poll - for notification at every interval Change - for notification when the value changes Normal - for notification when the threshold condition for the resource is not true Problem - for notification when the threshold condition for the resource is true Error - for notification when the monitor encountered an error determining the resource value 12) The notify id, a unique identifier for a specific notification event. This value should be used when using resdata to retrieve additional information about the event. Monitor data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m
                           hpEMSMajorEvent 1.3.6.1.4.1.11.2.3.1.7.0.8
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Problem Event occurs when the threshold condition defined for the resource is true. A Change Event occurs when the monitored value changes. Monitoring requests configured for notification when the value changes may generate this event. A Poll Event occurs regularly at the configured polling interval. An Error Event occurs when the value of a monitored resource cannot be obtained from the monitor. The data passed with the event: 1) The name of the resource being monitored. 2) The request id, a unique identifier for the monitoring request. This value should be used when using resdata to retrieve additional information about the event. 3) The operator used by EMS to determine when event notifications should be sent. Possible values include: poll, change, >, >=, <, <=, = and !=. 4) The resource type, which defines the type of value being monitored. Possible values include: string, enumerated, integer, and float. 5) The resource value, which is the current value of the resource being monitored. It is converted based on the resource type. 6) The threshold type (usually the same as the resource type) defines the type of value configured for the threshold. Possible values include: string, integer, and float. 7) The threshold value configured for the resource being monitored. 8) The user data flag, which indicates whether or not user data are available. User data are comments provided by the user when the request was configured. User data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R -u 9) The monitor data flag, which indicates whether or not the monitor has additional data regarding the event. Additional data provided by the resource monitor can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m 10) The notification trigger indicates if the resource condition is normal or not. For an EMSProblemEvent trap, the notification trigger is abnormal. 11) The event type indicates the type of notification being sent. The different types are: Poll - for notification at every interval Change - for notification when the value changes Normal - for notification when the threshold condition for the resource is not true Problem - for notification when the threshold condition for the resource is true Error - for notification when the monitor encountered an error determining the resource value 12) The notify id, a unique identifier for a specific notification event. This value should be used when using resdata to retrieve additional information about the event. Monitor data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m
                           hpEMSCriticalEvent 1.3.6.1.4.1.11.2.3.1.7.0.9
The Event Monitoring Service (EMS) has generated an event for a monitored resource. A Problem Event occurs when the threshold condition defined for the resource is true. A Change Event occurs when the monitored value changes. Monitoring requests configured for notification when the value changes may generate this event. A Poll Event occurs regularly at the configured polling interval. An Error Event occurs when the value of a monitored resource cannot be obtained from the monitor. The data passed with the event: 1) The name of the resource being monitored. 2) The request id, a unique identifier for the monitoring request. This value should be used when using resdata to retrieve additional information about the event. 3) The operator used by EMS to determine when event notifications should be sent. Possible values include: poll, change, >, >=, <, <=, = and !=. 4) The resource type, which defines the type of value being monitored. Possible values include: string, enumerated, integer, and float. 5) The resource value, which is the current value of the resource being monitored. It is converted based on the resource type. 6) The threshold type (usually the same as the resource type) defines the type of value configured for the threshold. Possible values include: string, integer, and float. 7) The threshold value configured for the resource being monitored. 8) The user data flag, which indicates whether or not user data are available. User data are comments provided by the user when the request was configured. User data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R -u 9) The monitor data flag, which indicates whether or not the monitor has additional data regarding the event. Additional data provided by the resource monitor can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m 10) The notification trigger indicates if the resource condition is normal or not. For an EMSProblemEvent trap, the notification trigger is abnormal. 11) The event type indicates the type of notification being sent. The different types are: Poll - for notification at every interval Change - for notification when the value changes Normal - for notification when the threshold condition for the resource is not true Problem - for notification when the threshold condition for the resource is true Error - for notification when the monitor encountered an error determining the resource value 12) The notify id, a unique identifier for a specific notification event. This value should be used when using resdata to retrieve additional information about the event. Monitor data can be retrieved on the source node by running: /opt/resmon/bin/resdata -r \ -R [-n ] -m
                       hpEMSObjects 1.3.6.1.4.1.11.2.3.1.7.1
                           hpEMSNotify 1.3.6.1.4.1.11.2.3.1.7.1.1
                               hpEMSResourceName 1.3.6.1.4.1.11.2.3.1.7.1.1.1 octet string read-only
Full EMS name of the resource being monitored
                               hpEMSRequestID 1.3.6.1.4.1.11.2.3.1.7.1.1.2 integer read-only
A unique identifier for the monitoring request
                               hpEMSOperator 1.3.6.1.4.1.11.2.3.1.7.1.1.3 octet string read-only
Operator indicates poll, change or threshold condition operator: >, >=, <, <=, ==, !=
                               hpEMSResourceType 1.3.6.1.4.1.11.2.3.1.7.1.1.4 integer read-only
Integer representing the resource type: 3009 = String 3010 = Sbit32 (signed 32 bit integer) 3011 = Ubit32 (unsigned 32 bit integer) 3012 = Sbit64 (future use) 3013 = Ubit64 (future use) 3014 = Float64 (64 floating point number) 3015 = Enumerated Type 3016 = Error
                               hpEMSResourceValue 1.3.6.1.4.1.11.2.3.1.7.1.1.5 octet string read-only
Quoted string representing resource value, should be converted using the Resource Type indicated in Variable #4 Not applicable if Resource Type is Error
                               hpEMSThresholdType 1.3.6.1.4.1.11.2.3.1.7.1.1.6 integer read-only
Integer representing the threshold type, this is usually the same as resource type. Integer representing the threshold type: 3009 = String 3010 = Sbit32 (signed 32 bit integer) 3011 = Ubit32 (unsigned 32 bit integer) 3012 = Sbit64 (future use) 3013 = Ubit64 (future use) 3014 = Float64 (64 floating point number) 3015 = Enumerated Type 3016 = Error Not applicable if operator is poll or change; or if Resource Type is Error Note: enumerated type is not supported as threshold type.
                               hpEMSThresholdValue 1.3.6.1.4.1.11.2.3.1.7.1.1.7 octet string read-only
Quoted string representing threshold value, should be converted using the Threshold Type indicated in Variable #6. Not applicable if operator is poll or change; or if Resource Type is Error
                               hpEMSUserDataFlag 1.3.6.1.4.1.11.2.3.1.7.1.1.8 integer read-only
Indicates that additional user data is available from EMS 0 = no user data 1 = user (comment) data exists
                               hpEMSMonitorDataFlag 1.3.6.1.4.1.11.2.3.1.7.1.1.9 integer read-only
Indicates that additional monitor data is available from EMS 0 = no monitor data 1 = monitor data exists
                               hpEMSNotificationTrigger 1.3.6.1.4.1.11.2.3.1.7.1.1.10 integer read-only
Indicates whether normal or problem event 0 = normal 1 = abnormal (threshold is true) 5 = abnormal (severity is normal) 6 = abnormal (severity is warning) 7 = abnormal (severity is minor) 8 = abnormal (severity is major) 9 = abnormal (severity is critical)
                               hpEMSEventType 1.3.6.1.4.1.11.2.3.1.7.1.1.11 octet string read-only
String representing event type: Poll (for 'At Every Interval') Change (for 'When value changes') Normal (for when threshold condition is not true) Problem (for when threshold condition is true) Error
                               hpEMSNotifyID 1.3.6.1.4.1.11.2.3.1.7.1.1.12 integer read-only
Unique identifier for this particular event
                           hpEMSMonitor 1.3.6.1.4.1.11.2.3.1.7.1.2
                               hpEMSRestartType 1.3.6.1.4.1.11.2.3.1.7.1.2.1 octet string read-only
REBOOT or RESTART
                               hpEMSMonitorTitle 1.3.6.1.4.1.11.2.3.1.7.1.2.2 octet string read-only
Title of the monitor affected by the outage
                               hpEMSCommand 1.3.6.1.4.1.11.2.3.1.7.1.2.3 octet string read-only
Command used to launch the monitor
                               hpEMSVendor 1.3.6.1.4.1.11.2.3.1.7.1.2.4 octet string read-only
Vendor who supplied the monitor
                               hpEMSVersion 1.3.6.1.4.1.11.2.3.1.7.1.2.5 octet string read-only
Version of the monitor
                               hpEMSPID 1.3.6.1.4.1.11.2.3.1.7.1.2.6 integer read-only
Process ID of the monitor
                               hpEMSMonitorKey 1.3.6.1.4.1.11.2.3.1.7.1.2.7 octet string read-only
Unique identified for this monitor, to be used for running resdata to get list of resources affected by the monitor outage.