3PAR System Reporter User’s Guide

System Reporter 2.8

Table 10-4.alertconfig_2 Table

 

Column

Type

Comment

 

 

 

metric

VARCHAR(32) NOT

The metric that is calculated. The

 

NULL

supported values depend on the

 

 

data_table value.

 

 

 

direction

VARCHAR(32) NOT

How the metric is compared against the

 

NULL

limit_val. Currently this should be either >

 

 

(greater than) or < (less than).

 

 

 

limit_val

DOUBLE PRECISION

The calculated metric is compared based

 

NOT NULL

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

Defines a value used in conjunction with

 

NOT NULL

condition_code. See Condition Value on

 

 

page 7.17.

 

 

 

recipient

VARCHAR(64)

The email address to which alerts for this

 

 

rule should be sent.

 

 

 

10.6

Administrative Tables