EMC SI Windows Service Discovery

EMC.SI.WindowsService.Discovery (Discovery)

Discovery for the EMC SI Windows Service.

Knowledge Base article:

Summary

This discovery is for the EMC SI Windows 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 this 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 EMC.SI.ESIServiceMonitoringAccount

Source Code:

<Discovery ID="EMC.SI.WindowsService.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="ESILib!EMC.SI.WindowsService"/>
</DiscoveryTypes>
<DataSource ID="DS" RunAs="ESILib!EMC.SI.ESIServiceMonitoringAccount" TypeID="ESILib!EMC.SI.WindowsService.DiscoveryDataSource">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>esiservice</ServiceName>
<Frequency>3613</Frequency>
<ClassId>$MPElement[Name="ESILib!EMC.SI.WindowsService"]$</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="ESILib!EMC.SI.WindowsService"]/ServiceName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="ESILib!EMC.SI.WindowsService"]/ServiceProcessName$</Name>
<Value>$Data/Property[@Name='BinaryPathName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="ESILib!EMC.SI.WindowsService"]/Description$</Name>
<Value>$Data/Property[@Name='Description']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>ESI Windows Service $Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>