Opalis 6 Action Service Discovery

SG.OIS.6.ActionService.Discovery (Discovery)

Element properties:

TargetSG.OIS.6.ServerRole
EnabledTrue
Frequency21600
RemotableFalse

Object Discovery Details:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper Default

Source Code:

<Discovery ID="SG.OIS.6.ActionService.Discovery" Enabled="true" Target="SG.OIS.6.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SG.OIS.6.ActionService">
<Property TypeID="SG.OIS.6.ActionService" PropertyID="ServiceAccount"/>
<Property TypeID="SG.OIS.6.ActionService" PropertyID="ServiceName"/>
<Property TypeID="SG.OIS.6.ActionService" PropertyID="Directory"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="SG.OIS.6.ActionServer.Hosts.ActionService"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>root\cimv2</NameSpace>
<Query>Select Name,PathName,StartMode,StartName From Win32_Service Where Name= 'OpalisActionService' AND StartMode = "auto"</Query>
<Frequency>21600</Frequency>
<ClassId>$MPElement[Name="SG.OIS.6.ActionService"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="SG.OIS.6.ActionService"]/ServiceAccount$</Name>
<Value>$Data/Property[@Name='StartName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="SG.OIS.6.ActionService"]/Directory$</Name>
<Value>$Data/Property[@Name='PathName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="SG.OIS.6.ActionService"]/ServiceName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>Opalis 6 Action Service</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>