Table 5-1. monitor configuration file entries – HP B6191-90029 User Manual

Page 101

Advertising
background image

Chapter 5

Hardware Monitor Configuration Files

Monitor-Specific and Global Configuration Files

101

Table 5-1 lists the common fields used to define monitor configuration settings. In addition to the common
parameters, some monitors include other parameters in their configuration file. Any additional configuration
parameters used by each monitor are listed in the monitor descriptions in the data sheets for the hardware
event monitors available on the Web at http://docs.hp.com/hpux/onlinedocs/diag/ems/emd_summ.htm.

NOTE

An HP-UX man page is available for each monitor. To access the man page, type (where
monitorname is the executable file listed in the data sheet): man monitorname

Table 5-1

Monitor Configuration File Entries

Setting

Values

Description

SEVERITY_ACTION
<severity> <action>

Valid severity values
are:

CRITICAL
SERIOUS
MAJOR_WARNING
MINOR_WARNING
INFORMATIONAL

Valid action values are:

NOTIFY
IGNORE

Defines whether the
monitor should report or
ignore events for the
indicated severity level.

DEFINE_EVENT
<event_num><severity>
<action>

event_num must be a
positive integer less than
65536 for
monitor-defined events,
or larger than 100000 for
SCSI default events

Valid severity values
are:

CRITICAL
SERIOUS
MAJOR_WARNING
MINOR_WARNING
INFORMATIONAL

Valid action values are:

NOTIFY
IGNORE
DEFAULT

Identifies an event, the
severity to be applied to
the event, and the action
the monitor should take
when the event occurs.

An action of DEFAULT
indicates that the value
specified in the
SEVERITY_ACTION
definition for the
specified severity should
be used.

POLL_INTERVAL <interval>

interval must be a
positive integer
indicating number of
minutes to wait between
polls

Defines how often the
monitor should poll the
device to determine if an
event has occurred.

Advertising