Discover Runbook Host

MPAuthor.Orchestrator.Discovery.RunbookHost (Discovery)

Discovers computer to host runbook. Looks for registry key SOFTWARE\MPAuthor\Orchestrator. Requires values named WebServer and WebServicePort with the computer name and port to connect to the web service.

Element properties:

TargetMicrosoft.SystemCenter.2012.Orchestrator.Role.WebComponents
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource MPAuthor.Orchestrator.DataSource.DiscoverRunbookHost Default

Source Code:

<Discovery ID="MPAuthor.Orchestrator.Discovery.RunbookHost" Target="Orch2012!Microsoft.SystemCenter.2012.Orchestrator.Role.WebComponents" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MPAuthor.Orchestrator.RunbookHost"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="MPAuthor.Orchestrator.DataSource.DiscoverRunbookHost">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
</DataSource>
</Discovery>