EMC SI Exchange High Availability Extension Service Discovery

EMC.SI.ExchangeMonitorService.Discovery (Discovery)

This will discover instances of the EMC Storage Integrator Exchange High Availability Extension Service.

Knowledge Base article:

Summary

This discovery is for the EMC SI Exchange High Availability Extension Service class.

Configuration

By default, this discovery runs every 24 hours (86,400 seconds). For normal operation, you should not change this value.

This discovery will time out if it runs longer than 5 minutes (300 seconds). For normal operation, you should not change this value. If you experience a high number of time outs, you can override the value to a longer interval.

There is no sync time specified for this discovery. Use of a sync time is not recommended because it can cause high resource utilization due to a large number of workflows running at the same time.

External

For more information or technical support, refer to EMC Online Support at support.emc.com.

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency3613
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.SI.WindowsService.DiscoveryDataSource Default

Source Code:

<Discovery ID="EMC.SI.ExchangeMonitorService.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="EMC.SI.ExchangeMonitorService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="ESILib!EMC.SI.WindowsService.DiscoveryDataSource">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>EsiExchangeMonitorService</ServiceName>
<Frequency>3613</Frequency>
<ClassId>$MPElement[Name="EMC.SI.ExchangeMonitorService"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="EMC.SI.ExchangeMonitorService"]/ServiceName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="EMC.SI.ExchangeMonitorService"]/ServiceProcessName$</Name>
<Value>$Data/Property[@Name='BinaryPathName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="EMC.SI.ExchangeMonitorService"]/Description$</Name>
<Value>$Data/Property[@Name='Description']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>ESI Exchange High Availability Extension Service $Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>