Alarm Conditions specify events that you might want to know about and manage as soon as they occur.
Filter Name | Type | Description |
---|---|---|
state | int |
CfgObjectState ). If specified, Configuration
Server will return information only about alarm conditions that
are currently in this state.
|
name | string |
|
dbid | int |
|
DBID
—
name
—
description
—
category
—
CfgAlarmCategory
. Default value is CFGACMajor.
alarmDetectEvent
—
CfgAlarmEvent
structure which
is used to describe a log event upon which an alarm based on this
alarm condition should be detected. Mandatory.
alarmRemovalEvent
—
CfgAlarmEvent
structure which
is used to describe a log event upon which an alarm based on this
alarm condition should be removed.
alarmDetectScriptDBID
—
CFGAlarmDetection
can be specified. Reserved
for future use. See CfgScript
.
clearanceTimeout
—
reactionScriptDBIDs
—
CfgScript
that describe
reactions to an alarm based on this alarm condition. Only scripts
whose type is
CFGAlarmReaction
can be specified. When
used as an entry in CfgDeltaAlarmCondition
(see below),
it is a pointer to a list of identifiers of the scripts added to
the existing list. See CfgScript
.
isMasked
—
CFGFalse
.
Mandatory. See CfgFlag
state
—
CfgObjectState
userProperties
—
clearanceScriptDBIDs
—
CfgScript
that describe
clearance to an alarm based on this alarm condition. Only scripts
whose type is CFGAlarmReaction
can be specified. When
used as an entry in CfgDeltaAlarmCondition
(see below),
it is a pointer to a list of identifiers of the scripts added to
the existing list. See CfgScript.
.
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgAlarmCondition> <DBID value="101" /> <name value="An Alarm" /> <description value="Description." /> <category value="2" /> <CfgDetectEvent> <logEventID value="2001" /> <selectionMode value="3" /> <appType value="0" /> <appDBID value="0" /> </CfgDetectEvent> <CfgRemovalEvent> <logEventID value="2002" /> <selectionMode value="3" /> <appType value="0" /> <appDBID value="0" /> </CfgRemovalEvent> <alarmDetectScriptDBID value="0" /> <clearanceTimeout value="172800" /> <isMasked value="1" /> <state value="1" /> </CfgAlarmCondition>