Previous Topic: LPAR Group

Next Topic: Mirror Tables

Aggregate State Table

The Aggregate State table aggregates self and process monitors with the same class, instance, and attribute value into one table entry to maintain an aggregate object state.

Note: You can configure the agent to aggregate on higher levels. For more information, see the chapter "Agent Configuration."

Class: aggregateEntry

Instance: value of aggObjInstance and aggObjAttribute attributes for the specific table entry

This table makes it possible for the agent to maintain status information for entries in the Self Monitor and Process Monitor table. The Aggregate State table contains the following columns:

aggIndex

Defines a unique value for the table entry.

aggObjClass

Defines the object class of the monitors aggregated by the entry.

aggObjInstance

Defines the object instance of the monitors aggregated by the entry.

aggObjAttribute

Defines the object attribute of the monitors aggregated by the entry.

aggRowStatus

Defines the row status of the entry.

aggCurrState

Defines the worst current state of the monitors aggregated by this entry. Valid values are unknown, ok, warning, minor, major, critical, and fatal.

aggPrevState

Defines the previous value of aggCurrState.

aggLastTrap

Defines the time at which the agent last sent a state change trap for the entry.

aggNumTraps

Defines the number of state change traps sent by this entry.

aggTimeWarning

Defines the time since the last agent start that the state of the entry has been warning.

aggTimeMinor

Defines the time since the last agent start that the state of the entry has been minor.

aggTimeMajor

Defines the time since the last agent start that the state of the entry has been major.

aggTimeCritical

Defines the time since the last agent start that the state of the entry has been critical.

aggTimeFatal

Defines the time since the last agent start that the state of the entry has been fatal.

aggMonTable

Defines the self or process monitor with the current worst state of all aggregated monitors in the entry.

aggMonIndex

Defines the table index of the self or process monitor with the current worst state of all aggregated monitors in the entry.

aggMonCurrVal

Defines the current value of the self or process monitor with the current worst state of all aggregated monitors in the entry.

aggMonOperator

Defines the boolean operator of the self or process monitor with the current worst state of all aggregated monitors in the entry.

aggMonValue

Defines the threshold value of the self or process monitor with the current worst state of all aggregated monitors in the entry.

aggMonLastCall

Defines the last sample time of the self or process monitor with the current worst state of all aggregated monitors in the entry.