beautypg.com

HP 3PAR System Reporter Software User Manual

Page 298

background image

10.6

Administrative Tables

3PAR System Reporter User’s Guide

System Reporter 2.8

metric

VARCHAR(32) NOT

NULL

The metric that is calculated. The

supported values depend on the

data_table value.

direction

VARCHAR(32) NOT

NULL

How the metric is compared against the

limit_val. Currently this should be either >

(greater than) or < (less than).

limit_val

DOUBLE PRECISION

NOT NULL

The calculated metric is compared based

on direction against limit_val.

limit_count

INTEGER NOT NULL

In each sample interval if the number of

objects for which the metric values exceed

limit_val when compared using direction

is greater than limit_count then an email

alert is generated.

condition_code

VARCHAR(32)

Defines an additional condition that must

be met for certain alerts to be generated.

See

Condition

on page 7.17.

condition_val

DOUBLE PRECISION

NOT NULL

Defines a value used in conjunction with

condition_code. See

Condition Value

on

page 7.17.

recipient

VARCHAR(64)

The email address to which alerts for this

rule should be sent.

Table 10-4. alertconfig_2 Table

Column

Type

Comment