ComTrade Management Pack Agent for Documentum Installation

ComTrade.EMC.Documentum.Windows.MPAgent.Installed.Monitor (UnitMonitor)

Checks EMC Documentum MP Agent.

Knowledge Base article:

Summary

This monitor checks the EMC Documentum MP agent installation.

EMC Documentum MP Agent is a Windows service which does the following:

If EMC Documentum MP Agent is not installed, only basic discovery is provided, actually, only a list of Documentum computers is generated.

This monitor has its own state, so it does not impact the state of Documentum computer hosting machine.

After the ComTrade DMMP Agent is installed on node, you can disable or override recurring interval for this monitor to minimize workflow overloads.

Configuration

The following configuration parameters are customizable:

Element properties:

TargetComTrade.EMC.Documentum.Windows.Computer
Parent MonitorComTrade.EMC.Documentum.Windows.MPAgent.InstallationState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeComTrade.EMC.Documentum.Windows.MPAgent.Installation.TwoStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
ComTrade Management Pack Agent for EMC Documentum Installation
ComTrade Management Pack Agent for EMC Documentum on node "{0}" is not installed!
RunAsDefault

Source Code:

<UnitMonitor ID="ComTrade.EMC.Documentum.Windows.MPAgent.Installed.Monitor" Accessibility="Public" Enabled="true" Target="ComTrade.EMC.Documentum.Windows.Computer" ParentMonitorID="ComTrade.EMC.Documentum.Windows.MPAgent.InstallationState" Remotable="true" Priority="Normal" TypeID="ComTrade.EMC.Documentum.Windows.MPAgent.Installation.TwoStateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="ComTrade.EMC.Documentum.Windows.MPAgent.Installed.Monitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateIde1cf6514b4164ef486f4474badb90131" MonitorTypeStateID="DMMPAgentInstalled" HealthState="Success"/>
<OperationalState ID="UIGeneratedOpStateId0f65df37f3574231804a60ab56087b5a" MonitorTypeStateID="DMMPAgentNotInstalled" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
</Configuration>
</UnitMonitor>