config.defaults database table

The config.defaults database table stores configuration data for the RCA plug-in event queue.

The config database is defined in NCHOME/etc/precision/RCASchema.cfg.

The table below describes columns in the config.defaults database table.

Table 1. Descriptions for the config.defaults database table columns
Column Name Constraints Data type Description

RequeueableEventIds

 

Text

Specifies that events of certain types can be requeued if the RCA plug-in queue becomes very large. This ensures that only one event of a specific event type exists in the queue at any one time.

MaxAgeDifference

NOT NULL

Text

Specifies the maximum age difference between events that pass through the RCA plug-in. Events that have a difference in age greater than this specified value cannot suppress each other.

By default this option is switched off, that is, set to 0. This means that events on the same entity suppress each other regardless of the age of the events.

HonourManagedStatus

 

Integer

Boolean

Specifies whether the RCA plugin uses the managed status of an entity in calculating the root cause of an event. If this value is set to 1, then events from unmanaged devices are ignored.

GraphTopologyNames

 

List

Specifies topologies that are to be used to create the RCA graph. By default the topologies used are the following:
  • RelatedToTopology
  • LocalVlanTopology

TopologyChangesThreshold

NOT NULL

Integer

Maximum number of changes allowed before deleting the graph and recreating from scratch. If the current number of changes is less than this threshold value, the dynamic updates are made to the graph. Default value is 100.