Services discovery

Dell.WindowsClient.ClientServicesDiscoveryRule (Discovery)

Knowledge Base article:

Summary

This Discovery rule discovers the OMCI / Dell Command | Monitor service

Element properties:

TargetDell.WindowsClient.Client
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Dell.WindowsClient.ClientServicesDiscovery Default

Source Code:

<Discovery ID="Dell.WindowsClient.ClientServicesDiscoveryRule" Enabled="true" Target="Dell.WindowsClient.Client" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.WindowsClient.IAPService">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
<Property PropertyID="Description"/>
<Property PropertyID="StartMode"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Client.Hosts.IAPService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Dell.WindowsClient.ClientServicesDiscovery">
<IntervalSeconds>86400</IntervalSeconds>
<Computer>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Computer>
<LogLevel>0</LogLevel>
</DataSource>
</Discovery>