| eG Administration |
|---|
|
MANAGER SETTINGS - ITSM/Collaboration Integration The eG manager can be configured so that whenever it detects a new alarm, a change in an existing alarm, or a closure of an existing alarm, it executes a command with the appropriate parameters indicating the current status of the alarm. Note that this capability is available for stand-alone Windows managers, and Windows managers operating in redundant clusters only. Prior to configuring this capability on such managers, the following pre-requisites need to be fulfilled: To configure the command to be executed, do the following:
AlarmId $AlarmId -DATE $DATE -TIME $TIME -Priority $Priority -ComponentType $ComponentType -ComponentName $ComponentName -Layer $Layer -Desc $Desc -Service $Service
As you can see, each parameter is represented by a qualifier and a variable name. While the qualifier is typically prefixed by a hyphen (-), the variable name is prefixed by a $ symbol. These variables will be substituted by actual values during runtime. Using the qualifiers, you will be able to tell what value follows. For instance, at runtime, the parameter -Priority $Priority could appear as -Priority Critical. This implies that the Priority of the problem is Critical. For more details about the TT Manager CLI, refer to the eG Integration with Trouble Ticketing Systems document.
|